vcpkg/ports/luau/vcpkg.json
2024-11-11 23:31:39 -08:00

23 lines
458 B
JSON

{
"name": "luau",
"version": "0.651",
"description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua",
"homepage": "https://github.com/luau-lang/luau",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tool": {
"description": "Builds luau executable"
}
}
}