aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tl-optional/vcpkg.json
blob: fc2774f894f07a724e6b61a12fc113092845c350 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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
    }
  ]
}