mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:49:00 +08:00
18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"name": "ghc-filesystem",
|
|
"version": "1.5.4",
|
|
"port-version": 1,
|
|
"description": "An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD",
|
|
"homepage": "https://github.com/gulrak/filesystem",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|