aboutsummaryrefslogtreecommitdiff
path: root/ports/hyperscan/vcpkg.json
blob: bddb221f39bd8fda07121cad8083c8cb204b7800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "hyperscan",
  "version-string": "5.3.0",
  "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",
  "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",
    "ragel"
  ]
}