static-php-cli/config/pkg.target.json
crazywhalecc 1707c679e8
Sort
2025-12-18 15:32:50 +08:00

99 lines
1.9 KiB
JSON

{
"frankenphp": {
"artifact": "frankenphp",
"depends": [
"php-embed",
"go-xcaddy"
],
"depends@macos": [
"php-embed",
"go-xcaddy",
"libxml2"
],
"type": "virtual-target"
},
"go-xcaddy": {
"artifact": "go-xcaddy",
"static-bins": [
"xcaddy"
],
"type": "target"
},
"musl-toolchain": {
"artifact": "musl-toolchain",
"type": "target"
},
"nasm": {
"artifact": "nasm",
"type": "target"
},
"php": {
"artifact": "php-src",
"depends@macos": [
"libxml2"
],
"type": "target"
},
"php-cgi": {
"depends": [
"php"
],
"type": "virtual-target"
},
"php-cli": {
"depends": [
"php"
],
"type": "virtual-target"
},
"php-embed": {
"depends": [
"php"
],
"type": "virtual-target"
},
"php-fpm": {
"depends": [
"php"
],
"type": "virtual-target"
},
"php-micro": {
"artifact": "micro",
"depends": [
"php"
],
"type": "virtual-target"
},
"php-sdk-binary-tools": {
"artifact": "php-sdk-binary-tools",
"type": "target"
},
"pkg-config": {
"artifact": "pkg-config",
"static-bins": [
"pkg-config"
],
"type": "target"
},
"strawberry-perl": {
"artifact": "strawberry-perl",
"type": "target"
},
"upx": {
"artifact": "upx",
"type": "target"
},
"vswhere": {
"artifact": "vswhere",
"static-bins@windows": [
"vswhere.exe"
],
"type": "target"
},
"zig": {
"artifact": "zig",
"type": "target"
}
}