static-php-cli/config/pkg.target.json

88 lines
1.7 KiB
JSON
Raw Normal View History

2025-11-30 15:35:04 +08:00
{
2025-12-18 15:32:50 +08:00
"frankenphp": {
"type": "virtual-target",
2025-12-18 15:32:50 +08:00
"artifact": "frankenphp",
"depends": [
"php-embed",
"go-xcaddy"
],
"depends@macos": [
"php-embed",
"go-xcaddy",
"libxml2"
]
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"go-xcaddy": {
"type": "target",
2025-12-18 15:32:50 +08:00
"artifact": "go-xcaddy",
2025-11-30 15:35:04 +08:00
"static-bins": [
2025-12-18 15:32:50 +08:00
"xcaddy"
]
2025-12-18 15:32:50 +08:00
},
"musl-toolchain": {
"type": "target",
"artifact": "musl-toolchain"
2025-12-18 15:32:50 +08:00
},
"nasm": {
"type": "target",
"artifact": "nasm"
2025-11-30 15:35:04 +08:00
},
"php": {
"type": "target",
2025-11-30 15:35:04 +08:00
"artifact": "php-src",
"depends@macos": [
"libxml2"
]
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"php-cgi": {
"type": "virtual-target",
2025-11-30 15:35:04 +08:00
"depends": [
"php"
]
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"php-cli": {
"type": "virtual-target",
2025-11-30 15:35:04 +08:00
"depends": [
"php"
]
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"php-embed": {
"type": "virtual-target",
2025-11-30 15:35:04 +08:00
"depends": [
"php"
]
2025-11-30 15:35:04 +08:00
},
"php-fpm": {
"type": "virtual-target",
2025-11-30 15:35:04 +08:00
"depends": [
"php"
]
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"php-micro": {
"type": "virtual-target",
2025-12-18 15:32:50 +08:00
"artifact": "micro",
2025-11-30 15:35:04 +08:00
"depends": [
"php"
]
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"php-sdk-binary-tools": {
"type": "target",
"artifact": "php-sdk-binary-tools"
2025-11-30 15:35:04 +08:00
},
"strawberry-perl": {
"type": "target",
"artifact": "strawberry-perl"
2025-11-30 15:35:04 +08:00
},
"upx": {
"type": "target",
"artifact": "upx"
2025-11-30 15:35:04 +08:00
},
2025-12-18 15:32:50 +08:00
"vswhere": {
"type": "target",
2025-12-18 15:32:50 +08:00
"artifact": "vswhere",
"static-bins@windows": [
"vswhere.exe"
]
2025-11-30 15:35:04 +08:00
}
}