vcpkg/ports/tl-expected/vcpkg.json
MonicaLiu c8c15aa1a2
[tl-expected] update to v1.1.0 (#30324)
* update ti-expected

* update version

* update tl-expected

* update verison

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-22 16:00:43 -07:00

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
}
]
}