aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pcre/vcpkg.json
blob: 060ae4936b02d7ffd31ccbe165560e6750276123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "pcre",
  "version": "8.45",
  "port-version": 7,
  "description": "Perl Compatible Regular Expressions",
  "homepage": "https://www.pcre.org/",
  "license": null,
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}