aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/matchit/vcpkg.json
blob: 3228734cbc5ba3ad8c4baa83dd81571cc66714dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "matchit",
  "version": "1.0.1",
  "description": "matchit is a pattern matching library for C++17 with macro-free APIs",
  "homepage": "https://github.com/BowenFu/matchit.cpp",
  "license": "Apache-2.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}