vcpkg/ports/tl-optional/vcpkg.json
2024-11-14 03:05:44 -08:00

19 lines
455 B
JSON

{
"name": "tl-optional",
"version": "1.1.0",
"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
}
]
}