aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/constexpr-contracts/vcpkg.json
blob: 5a4e0d75ef363cb8f88dc866e2e0f2daabf300fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "constexpr-contracts",
  "version-date": "2020-08-09",
  "port-version": 3,
  "description": "A constexpr-friendly, optimisation-friendly contracts library.",
  "homepage": "https://github.com/cjdb/constexpr-contracts",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}