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
32
33
34
35
36
37
38
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
}
]
}
|