summaryrefslogtreecommitdiff
path: root/debian/control
blob: 640329e023d25a62e775567c9f36555e0f4372f9 (plain)
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.6.0
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.