mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
c8c15aa1a2
* update ti-expected * update version * update tl-expected * update verison --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
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
|
|
}
|
|
]
|
|
}
|