aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/re2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/re2/vcpkg.json')
-rw-r--r--vcpkg/ports/re2/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/re2/vcpkg.json b/vcpkg/ports/re2/vcpkg.json
new file mode 100644
index 0000000..a75e5c8
--- /dev/null
+++ b/vcpkg/ports/re2/vcpkg.json
@@ -0,0 +1,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
+ }
+ ]
+}