mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:29:01 +08:00
23 lines
458 B
JSON
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"
|
|
}
|
|
}
|
|
}
|