vcpkg/ports/luv/vcpkg.json
kylo252 4fa284dc00
[luv] add new port (#26438)
* [luv] add new port

libuv bindings for lua

* [lua-compat53] add new port

* fixup!: bad indentation

* refactor: remove superfluous feature desc
2022-10-14 16:01:28 -07:00

25 lines
444 B
JSON

{
"name": "luv",
"version-semver": "1.44.2",
"description": "Bare libuv bindings for lua",
"homepage": "https://github.com/luvit/luv",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "libuv",
"version>=": "1.44.2"
},
"lua-compat53",
"luajit",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}