mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:13:50 +08:00
4fa4413058
* tf-expected * tl-optional * tl-ranges * format * version
19 lines
465 B
JSON
19 lines
465 B
JSON
{
|
|
"name": "tl-optional",
|
|
"version-date": "2021-05-02",
|
|
"description": "C++11/14/17 std::optional implementation with functional-style extensions",
|
|
"homepage": "https://github.com/TartanLlama/optional",
|
|
"documentation": "https://tl.tartanllama.xyz/en/latest/api/optional.html",
|
|
"license": "CC0-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|