mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:29:09 +08:00
5d8b7711b1
* [luajit] Add support for OSX * Apply suggestions from code review Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com> * [luajit] Add code review suggestions * Remove MACOSX_DEPLOYMENT_TARGET definition from Makefile * Add usage file * Add license field to manifest file Co-authored-by: Billy O'Neal <billy.oneal@gmail.com> * [luajit] Remove usage file whose content is controversial Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
10 lines
252 B
JSON
10 lines
252 B
JSON
{
|
|
"name": "luajit",
|
|
"version": "2.0.5",
|
|
"port-version": 7,
|
|
"description": "LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language.",
|
|
"homepage": "https://github.com/LuaJIT/LuaJIT",
|
|
"license": "MIT",
|
|
"supports": "!uwp"
|
|
}
|