mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
1267dfe357
* [luajit] Bump version and fix #28004 * update version database
19 lines
394 B
JSON
19 lines
394 B
JSON
{
|
|
"name": "luajit",
|
|
"version-date": "2022-11-22",
|
|
"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
|
|
}
|
|
]
|
|
}
|