libzerg-perl 1.0.4-8build2 source package in Ubuntu

Changelog

libzerg-perl (1.0.4-8build2) lunar; urgency=medium

  * Rebuild against new perlapi-5.36.

 -- Gianfranco Costamagna <email address hidden>  Fri, 04 Nov 2022 12:17:20 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Med
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Downloads

File Size SHA-256 Checksum
libzerg-perl_1.0.4.orig.tar.gz 14.6 KiB 10d018aa1b9970fa00594e3cde3af080e73952168159678ac2da4c840332ee65
libzerg-perl_1.0.4-8build2.debian.tar.xz 7.7 KiB 984d95e8f44baea528fb6ae93fc930adcf614a936b30fbe79cbe0b3601fa2d0b
libzerg-perl_1.0.4-8build2.dsc 2.0 KiB 0df71dc5b800709e14ed8244b201ec81a01294903b505d890e9b4a3c9ac30a6c

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