vcpkg/ports/expected-lite/vcpkg.json
2024-06-18 11:59:26 -07:00

18 lines
384 B
JSON

{
"name": "expected-lite",
"version": "0.8.0",
"description": "Expected objects in C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/expected-lite",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}