aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mpark-patterns/vcpkg.json
blob: a9619173b627976ba96ffea074a81c51de443ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "mpark-patterns",
  "version-date": "2019-10-03",
  "description": "MPark.Patterns is an experimental pattern matching library for C++17.",
  "homepage": "https://github.com/mpark/patterns",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}