vcpkg/ports/luajit/vcpkg.json
xiaozhuai, Weihang Ding 1267dfe357
[luajit] Bump version and fix #28004 (#28016)
* [luajit] Bump version and fix #28004

* update version database
2022-11-30 09:31:03 -08:00

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
}
]
}