aboutsummaryrefslogtreecommitdiff
path: root/ports/ctre/vcpkg.json
blob: 724d2c9b167fa54bfcae0760d2492940cbe0f40c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "ctre",
  "version-semver": "3.4.1",
  "description": "A Compile time PCRE (almost) compatible regular expression matcher",
  "homepage": "https://github.com/hanickadot/compile-time-regular-expressions",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}