libzerg-perl 1.0.4-8build4 source package in Ubuntu

Changelog

libzerg-perl (1.0.4-8build4) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:54:11 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Med
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libzerg-perl_1.0.4.orig.tar.gz 14.6 KiB 10d018aa1b9970fa00594e3cde3af080e73952168159678ac2da4c840332ee65
libzerg-perl_1.0.4-8build4.debian.tar.xz 7.7 KiB 693c69e2e3633cef5d8f03cfb42a62fd542f234b24fcd5a1e0ba5bfb788df219
libzerg-perl_1.0.4-8build4.dsc 2.0 KiB 3bf207af1ab28e6761c29cdc38eb12f0d6ceea2496b9011822bb68702adfbd39

Available diffs

View changes file

Binary packages built by this source

libzerg-perl: fast perl module for parsing the output of NCBI BLAST programs

 The Zerg library contains a C/flex lexical scanner for BLAST reports
 and a set of supporting functions. It is centered on a "get_token"
 function that scans the input for specified lexical elements and, when
 one is found, returns its code and value to the user.
 .
 It is intended to be fast: for that the authors used flex, which provides
 simple regular expression matching and input buffering in the
 generated C scanner. And it is intended to be simple in the sense of
 providing just a lexical scanner, with no features whose support could
 slow down its main function.

libzerg-perl-dbgsym: debug symbols for libzerg-perl