aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/luafilesystem/vcpkg.json
blob: d26128707af220c9ef1000bc0d22d7b79df9b8d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "luafilesystem",
  "version": "1.8.0",
  "port-version": 7,
  "description": "LuaFileSystem is a Lua library developed to complement the set of functions related to file systems offered by the standard Lua distribution.",
  "homepage": "https://github.com/keplerproject/luafilesystem",
  "supports": "!uwp",
  "dependencies": [
    "lua",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}