File: control

package info (click to toggle)
paraglob 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 308 kB
  • sloc: ansic: 1,116; cpp: 566; sh: 78; makefile: 9
file content (22 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: paraglob
Priority: optional
Maintainer: Hilko Bengen <bengen@debian.org>
Build-Depends: debhelper (>= 12),
 cmake,
Standards-Version: 4.4.0
Section: libs
Homepage: https://github.com/zeek/paraglob
Vcs-Browser: https://salsa.debian.org/bro-team/paraglob
Vcs-Git: https://salsa.debian.org/bro-team/paraglob.git

Package: libparaglob-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: library that matches a string against a large list of patterns
 Paraglob is a library that is able to match strings against a large
 list of patterns using a variant of the Aho-Corasick algorithm. It is
 used within the Zeek Network Security Monitoring software.
 .
 This package contains header files and a static library.