aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wildcards/vcpkg.json
blob: 8756abca0e8855fb1293b2288882674844f2097e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "wildcards",
  "version": "1.4.0",
  "description": "A simple C++ header-only template library implementing matching using wildcards",
  "homepage": "https://github.com/zemasoft/wildcards",
  "license": "BSL-1.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}