mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 00:29:01 +08:00
6bb84d3f57
* [ghc-filesystem] Bump to 1.5.12 * update version database
18 lines
409 B
JSON
18 lines
409 B
JSON
{
|
|
"name": "ghc-filesystem",
|
|
"version": "1.5.12",
|
|
"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",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|