2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "luajit",
|
2023-01-27 11:30:21 +08:00
|
|
|
"version-date": "2023-01-04",
|
2023-06-28 11:36:59 +08:00
|
|
|
"port-version": 2,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.",
|
|
|
|
"homepage": "https://github.com/LuaJIT/LuaJIT",
|
2022-05-11 02:35:35 +08:00
|
|
|
"license": "MIT",
|
2023-05-10 07:57:10 +08:00
|
|
|
"supports": "!uwp & !(arm64 & windows)",
|
2022-12-01 01:31:03 +08:00
|
|
|
"dependencies": [
|
2023-05-10 07:57:10 +08:00
|
|
|
{
|
|
|
|
"name": "luajit",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"buildvm-64"
|
|
|
|
],
|
|
|
|
"platform": "!native & (arm64 | x64) & (!windows | mingw)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "luajit",
|
|
|
|
"host": true,
|
|
|
|
"features": [
|
|
|
|
"buildvm-32"
|
|
|
|
],
|
|
|
|
"platform": "!native & ((arm & !arm64) | x86) & (!windows | mingw)"
|
|
|
|
},
|
2022-12-01 01:31:03 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-05-10 07:57:10 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-get-vars",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"buildvm-32": {
|
|
|
|
"description": "Install host tools for 32 bit targets",
|
|
|
|
"supports": "native & ((arm & !arm64) | x86) & (!windows | mingw)"
|
|
|
|
},
|
|
|
|
"buildvm-64": {
|
|
|
|
"description": "Install host tools for 64 bit targets",
|
|
|
|
"supports": "native & (arm64 | x64) & (!windows | mingw)"
|
2022-12-01 01:31:03 +08:00
|
|
|
}
|
2023-05-10 07:57:10 +08:00
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|