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 40 41 42 43
|
Source: hyperscan
Priority: optional
Maintainer: Robert Haist <rha@debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Build-Depends: cmake (>=2.8.11),
debhelper-compat (=13),
libboost-dev (>=1.57),
libpcap-dev,
pkgconf,
python3,
ragel (>=6.9)
Standards-Version: 4.7.0
Section: libs
Rules-Requires-Root: no
Homepage: https://github.com/intel/hyperscan
Vcs-Git: https://salsa.debian.org/debian/hyperscan.git
Vcs-Browser: https://salsa.debian.org/debian/hyperscan
Package: libhyperscan-dev
Section: libdevel
Architecture: any-amd64 i386 kfreebsd-i386
Depends: libhyperscan5 (= ${binary:Version}), ${misc:Depends}
Description: Development files for the Hyperscan library
This package contains development libraries, header files and documentation for
the regular expression matching library libhyperscan. You can either use the
supplied shared or static library.
.
libhyperscan only runs on processors with at least SSSE3 support.
Package: libhyperscan5
Architecture: any-amd64 i386 kfreebsd-i386
Depends: ${misc:Depends}, ${shlibs:Depends}, sse3-support
Conflicts: libhyperscan4 (>= 5)
Replaces: libhyperscan4 (>= 5)
Description: High-performance regular expression matching library
Hyperscan is a high-performance multiple regex matching library.
It follows the regular expression syntax of the commonly-used libpcre library,
but is a standalone library with its own C API. Hyperscan uses hybrid automata
techniques to allow simultaneous matching of large numbers (up to tens of
thousands) of regular expressions and for the matching of regular expressions
across streams of data. Hyperscan is typically used in a DPI library stack.
.
libhyperscan only runs on processors with at least SSSE3 support.
|