19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"name": "tl-expected",
|
|
"version": "1.1.0",
|
|
"description": "C++11/14/17 std::expected implementation with functional-style extensions",
|
|
"homepage": "https://github.com/TartanLlama/expected",
|
|
"documentation": "https://tl.tartanllama.xyz/en/latest/api/expected.html",
|
|
"license": "CC0-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|