hyperscan 5.2.1-1 source package in Ubuntu

Changelog

hyperscan (5.2.1-1) unstable; urgency=medium

  * New upstream version 5.2.1
  * Bump debian standards version to 4.4.1
  * Add Rules-Requires-Root

 -- Robert Haist <email address hidden>  Fri, 01 Nov 2019 13:11:11 +0100

Upload details

Uploaded by:
Robert Haist
Uploaded to:
Sid
Original maintainer:
Robert Haist
Architectures:
any-amd64 i386 kfreebsd-i386
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64 [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
hyperscan_5.2.1-1.dsc 2.2 KiB bc4dbf168c7821593f826704469efedfccdb537d6c3d8957917400dabbb21a00
hyperscan_5.2.1.orig.tar.gz 1.8 MiB cd884a02723191908b80b4442803c48cc6b568cd5304615b70cf17ff7d641835
hyperscan_5.2.1-1.debian.tar.xz 7.6 KiB 79cc6c753daf10a70694325f18e8d96d0f067cabeaea081beedb19cbf61a5b8c

Available diffs

No changes file available.

Binary packages built by this source

libhyperscan-dev: 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.

libhyperscan5: 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.

libhyperscan5-dbgsym: debug symbols for libhyperscan5