vcpkg/ports/luafilesystem/vcpkg.json
2023-11-22 13:37:58 -08:00

16 lines
417 B
JSON

{
"name": "luafilesystem",
"version": "1.8.0",
"port-version": 5,
"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
}
]
}