aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rxspencer/vcpkg.json
blob: 910ff4279490c9b207f303b3e6d47716981d3be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rxspencer",
  "version": "3.9.0",
  "port-version": 2,
  "description": "Henry Spencer's BSD regular expression library.",
  "homepage": "https://garyhouston.github.io/regex/",
  "license": "MIT AND CC0-1.0",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}