vcpkg/ports/luafilesystem/vcpkg.json

20 lines
485 B
JSON

{
"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
}
]
}