blob: fceef6f5fd29b41383dc24ff8d1517464c8ac806 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "luau",
"version": "0.698",
"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",
"supports": "!uwp"
}
}
}
|