2025-11-30 15:35:04 +08:00
|
|
|
{
|
|
|
|
|
"vswhere": {
|
|
|
|
|
"type": "target",
|
2025-12-11 11:35:12 +08:00
|
|
|
"artifact": "vswhere",
|
|
|
|
|
"static-bins@windows": [
|
|
|
|
|
"vswhere.exe"
|
|
|
|
|
]
|
2025-11-30 15:35:04 +08:00
|
|
|
},
|
|
|
|
|
"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",
|
2025-12-08 11:04:11 +08:00
|
|
|
"artifact": "zig"
|
2025-11-30 15:35:04 +08:00
|
|
|
},
|
|
|
|
|
"nasm": {
|
|
|
|
|
"type": "target",
|
|
|
|
|
"artifact": "nasm"
|
|
|
|
|
},
|
|
|
|
|
"php-sdk-binary-tools": {
|
|
|
|
|
"type": "target",
|
|
|
|
|
"artifact": "php-sdk-binary-tools"
|
|
|
|
|
}
|
|
|
|
|
}
|