aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vectorscan/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/vectorscan/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/vectorscan/vcpkg.json')
-rw-r--r--vcpkg/ports/vectorscan/vcpkg.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/vcpkg/ports/vectorscan/vcpkg.json b/vcpkg/ports/vectorscan/vcpkg.json
new file mode 100644
index 0000000..56d23e2
--- /dev/null
+++ b/vcpkg/ports/vectorscan/vcpkg.json
@@ -0,0 +1,41 @@
+{
+ "name": "vectorscan",
+ "version": "5.4.12",
+ "description": "A portable fork of the high-performance regular expression matching library",
+ "homepage": "https://vectorcamp.gr/project/vectorscan/",
+ "license": "BSD-3-Clause",
+ "supports": "!windows & !(x64 | x86) & !android",
+ "dependencies": [
+ "boost-array",
+ "boost-chrono",
+ "boost-config",
+ "boost-core",
+ "boost-crc",
+ "boost-detail",
+ "boost-dynamic-bitset",
+ "boost-functional",
+ "boost-graph",
+ "boost-icl",
+ "boost-multi-array",
+ "boost-ptr-container",
+ "boost-random",
+ "boost-regex",
+ "boost-system",
+ "boost-thread",
+ "boost-type-traits",
+ "boost-unordered",
+ "boost-utility",
+ "pcre",
+ "ragel",
+ "simde",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ],
+ "features": {
+ "dump": {
+ "description": "Dump code support"
+ }
+ }
+}