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