mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:29:08 +08:00
60eff91cc8
* [luajit] Bump version and fix cross compile for macOS * update version database
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "luajit",
|
|
"version-date": "2023-01-04",
|
|
"description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.",
|
|
"homepage": "https://github.com/LuaJIT/LuaJIT",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|