Source: libzerg Maintainer: Debian Med Packaging Team Uploaders: Laszlo Kajan , Andreas Tille Section: science Priority: optional Build-Depends: debhelper-compat (= 12), flex, d-shlibs Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/med-team/libzerg Vcs-Git: https://salsa.debian.org/med-team/libzerg.git Homepage: https://sourceforge.net/projects/libzerg/ Rules-Requires-Root: no Package: libzerg0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} Description: C library for lexically scanning the output of NCBI BLAST programs Zerg is a C library for lexing - lexically scanning - the output of NCBI BLAST programs. . Based on a GNU Flex-generated lexical scanner, it runs extremely fast, being especially useful for processing large volumes of data. Benchmark tests show that Zerg is over two orders of magnitude faster than some widely used BLAST parsers. . If you need a parser and not only a lexer, check out librostlab-blast. . This package contains the shared library. Package: libzerg0-dev Architecture: any Section: libdevel Depends: libzerg0 (= ${binary:Version}), ${misc:Depends} Conflicts: libzerg-dev Provides: libzerg-dev Description: development libraries and header files for libzerg Zerg is a C library for lexing - lexically scanning - the output of NCBI BLAST programs. . Based on a GNU Flex-generated lexical scanner, it runs extremely fast, being especially useful for processing large volumes of data. Benchmark tests show that Zerg is over two orders of magnitude faster than some widely used BLAST parsers. . If you need a parser and not only a lexer, check out librostlab-blast. . This package contains the header files and documentation needed to develop applications with libzerg.