aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tre/vcpkg.json
blob: e4ce1b25f265a6bcbc7c4b9864a5553670b13131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "tre",
  "version": "0.8.0",
  "port-version": 6,
  "description": "TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.",
  "homepage": "https://github.com/laurikari/tre",
  "license": "BSD-2-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}