Source: hyperscan Priority: optional Maintainer: Robert Haist Uploaders: Hilko Bengen Build-Depends: cmake (>=2.8.11), debhelper-compat (=12), libboost-dev (>=1.57), libpcap-dev, pkg-config, po-debconf, python3, ragel (>=6.9) Standards-Version: 4.5.1 Section: libs Rules-Requires-Root: no Homepage: https://01.org/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} Pre-Depends: debconf 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.