mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:29:00 +08:00
16 lines
417 B
JSON
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
|
|
}
|
|
]
|
|
}
|