aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/hyperscan/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/hyperscan/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/hyperscan/vcpkg.json')
-rw-r--r--vcpkg/ports/hyperscan/vcpkg.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/hyperscan/vcpkg.json b/vcpkg/ports/hyperscan/vcpkg.json
new file mode 100644
index 0000000..10e07f3
--- /dev/null
+++ b/vcpkg/ports/hyperscan/vcpkg.json
@@ -0,0 +1,39 @@
+{
+ "name": "hyperscan",
+ "version": "5.4.2",
+ "port-version": 2,
+ "description": "A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.",
+ "homepage": "https://www.hyperscan.io",
+ "license": "BSD-3-Clause",
+ "supports": "!arm",
+ "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",
+ {
+ "name": "ragel",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}