blob: 648a6fdd90e26d0e70ad8b5ab29b94a96fc98647 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{
"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
}
]
}
|