aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/polymorphic-value/vcpkg.json
blob: 8604b7400532046d44f0d4cb6a430b5722bee321 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "polymorphic-value",
  "version": "1.3.0",
  "port-version": 3,
  "description": "A polymorphic value-type for C++",
  "homepage": "https://github.com/jbcoe/polymorphic_value",
  "license": "MIT",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}