aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tiny-optional/vcpkg.json
blob: c04cbed20ab6168726a82588bbf3d55274d3a03a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tiny-optional",
  "version": "1.5.2",
  "description": "Drop-in replacement for std::optional that does not waste memory unnecessarily",
  "homepage": "https://github.com/Sedeniono/tiny-optional",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}