mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
96 lines
1.8 KiB
JSON
96 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"vswhere": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "vswhere"
|
||
|
|
},
|
||
|
|
"pkg-config": {
|
||
|
|
"type": "target",
|
||
|
|
"static-bins": [
|
||
|
|
"pkg-config"
|
||
|
|
],
|
||
|
|
"artifact": "pkg-config"
|
||
|
|
},
|
||
|
|
"php": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "php-src",
|
||
|
|
"depends@macos": [
|
||
|
|
"libxml2"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"php-cli": {
|
||
|
|
"type": "virtual-target",
|
||
|
|
"depends": [
|
||
|
|
"php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"php-micro": {
|
||
|
|
"type": "virtual-target",
|
||
|
|
"artifact": "micro",
|
||
|
|
"depends": [
|
||
|
|
"php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"php-cgi": {
|
||
|
|
"type": "virtual-target",
|
||
|
|
"depends": [
|
||
|
|
"php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"php-fpm": {
|
||
|
|
"type": "virtual-target",
|
||
|
|
"depends": [
|
||
|
|
"php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"php-embed": {
|
||
|
|
"type": "virtual-target",
|
||
|
|
"depends": [
|
||
|
|
"php"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"frankenphp": {
|
||
|
|
"type": "virtual-target",
|
||
|
|
"artifact": "frankenphp",
|
||
|
|
"depends": [
|
||
|
|
"php-embed",
|
||
|
|
"go-xcaddy"
|
||
|
|
],
|
||
|
|
"depends@macos": [
|
||
|
|
"php-embed",
|
||
|
|
"go-xcaddy",
|
||
|
|
"libxml2"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"go-xcaddy": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "go-xcaddy",
|
||
|
|
"static-bins": [
|
||
|
|
"xcaddy"
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"musl-toolchain": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "musl-toolchain"
|
||
|
|
},
|
||
|
|
"strawberry-perl": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "strawberry-perl"
|
||
|
|
},
|
||
|
|
"upx": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "upx"
|
||
|
|
},
|
||
|
|
"zig": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "zig"
|
||
|
|
},
|
||
|
|
"nasm": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "nasm"
|
||
|
|
},
|
||
|
|
"php-sdk-binary-tools": {
|
||
|
|
"type": "target",
|
||
|
|
"artifact": "php-sdk-binary-tools"
|
||
|
|
}
|
||
|
|
}
|