aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tiny-regex-c/vcpkg.json
blob: 202002ff2ea6ed4e280a2b9894b782b1361227f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tiny-regex-c",
  "version-date": "2019-07-31",
  "port-version": 3,
  "description": "A small regex implementation in C",
  "homepage": "https://github.com/kokke/tiny-regex-c",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}