blob: e381a077ead1d0a298b7a96ae9a302f1dc73ef27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"name": "lua",
"version-semver": "5.4.3",
"port-version": 3,
"description": "A powerful, fast, lightweight, embeddable scripting language",
"homepage": "https://www.lua.org",
"features": {
"cpp": {
"description": "Builds Lua for C++ linkage"
},
"tools": {
"description": "Builds Lua compiler and interpreter"
}
}
}
|