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