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

99 lines
1.9 KiB
JSON
Raw Normal View History

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