aboutsummaryrefslogtreecommitdiff
path: root/ports/lua/vcpkg.json
blob: 36dd26376c6a4c789f1d22d77e5df92af9eb597d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "lua",
  "version-string": "5.4.3",
  "port-version": 1,
  "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"
    }
  }
}