libzerg-perl 1.0.4-8build3 source package in Ubuntu

Changelog

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

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:50:35 +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-8build3.debian.tar.xz 7.7 KiB accc08bd2cfd812dd9c3799b87104325f719c7b0f8e83b9c11ef588e7f49d57d
libzerg-perl_1.0.4-8build3.dsc 2.0 KiB 1b189df7d3b8a45ee4aa1e1b42df2be7358d4fd9e2cc3c6b85b9ad6a9b7b96ec

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