mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 00:49:01 +08:00
[hyperscan] Add missing dependency boost-crc (#10148)
* Add boost-crc to hyperscan dependencies * Add homepage to CONTROL file * Increase port version to 5.1.0-4
This commit is contained in:
parent
31ce75e4ae
commit
f71aa3077e
@ -1,4 +1,5 @@
|
||||
Source: hyperscan
|
||||
Version: 5.1.0-3
|
||||
Version: 5.1.0-4
|
||||
Homepage: https://www.hyperscan.io
|
||||
Description: A regular expression library with O(length of input) match times that takes advantage of Intel hardware to provide blazing speed.
|
||||
Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, python3, ragel
|
||||
Build-Depends: boost-array, boost-chrono, boost-config, boost-core, boost-crc, boost-detail, boost-functional, boost-regex, boost-system, boost-thread, boost-type-traits, boost-unordered, boost-utility, boost-dynamic-bitset, boost-random, boost-graph, boost-multi-array, boost-icl, boost-ptr-container, python3, ragel
|
||||
|
Loading…
Reference in New Issue
Block a user