mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
20 lines
485 B
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
|
|
}
|
|
]
|
|
}
|