libzerg-perl 1.0.4-3build1 source package in Ubuntu

Changelog

libzerg-perl (1.0.4-3build1) devel; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Sun, 20 Oct 2013 21:45:04 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Med
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty 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-3build1.debian.tar.gz 16.0 KiB c911da61965169b4eb6dc460c0c7e6905dae52a3f52e9e0ec9913727de7ac793
libzerg-perl_1.0.4-3build1.dsc 2.1 KiB 763cf1ece2648d6367d64d3de4856d01a85bb2b14600cc7f671227a0fb8baf74

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.