aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/re2/vcpkg.json
blob: a75e5c84c7fe2098a767bd810ea1a435401b21ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "re2",
  "version-date": "2025-11-05",
  "description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.",
  "homepage": "https://github.com/google/re2",
  "license": "BSD-3-Clause",
  "dependencies": [
    "abseil",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}