vcpkg/ports/hyperscan/vcpkg.json
MonicaLiu e2578269d7
[hyperscan] Update to 5.4.2 (#30979)
* update hyperscan

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-04-20 16:47:06 -07:00

36 lines
803 B
JSON

{
"name": "hyperscan",
"version": "5.4.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",
"ragel",
{
"name": "vcpkg-cmake",
"host": true
}
]
}