aboutsummaryrefslogtreecommitdiff
path: root/ports/optional-lite/vcpkg.json
blob: ce1df3fe3378ee5f201d94f84b4604011661465d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "optional-lite",
  "version": "3.5.0",
  "description": "A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library",
  "homepage": "https://github.com/martinmoene/optional-lite",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}