File: control

package info (click to toggle)
librg-blast-parser-perl 0.03-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: perl: 37; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: librg-blast-parser-perl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
           Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libextutils-xspp-perl,
               librostlab-blast0-dev,
               librostlab3-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/librg-blast-parser-perl
Vcs-Git: https://salsa.debian.org/med-team/librg-blast-parser-perl.git
Homepage: https://rostlab.org/
Rules-Requires-Root: no

Package: librg-blast-parser-perl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${perl:Depends}
Description: very fast NCBI BLAST parser - binding for Perl
 This package contains Perl binding for a very fast C++ library that parses
 the default output of NCBI BLAST programs.  BLAST results are returned in a
 convenient hash structure.
 .
 Evaluated on a very small test set, this parser is considerably faster
 than Zerg::Report from libzerg-perl.