File: control

package info (click to toggle)
libzerg 1.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 196 kB
  • sloc: ansic: 62; makefile: 21
file content (51 lines) | stat: -rw-r--r-- 2,234 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Source: libzerg
Section: science
Priority: extra
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
 Andreas Tille <tille@debian.org>
Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, flex, perl
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/rostlab/libzerg/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/rostlab/libzerg/trunk/
DM-Upload-Allowed: yes
Homepage: http://code.google.com/p/libzerg/

Package: libzerg0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C library for parsing the output of NCBI BLAST programs
 Zerg is a C library for parsing the output of NCBI BLAST programs. Based on a
 GNU Flex-generated lexical scanner, it runs extremely fast, being especially
 useful for processing large volumes of data. Benchmark tests show that Zerg
 is over two orders of magnitude faster than some widely used BLAST parsers.
 .
 This package contains the shared library.

Package: libzerg0-dev
Architecture: any
Section: libdevel
Depends: libzerg0 (= ${binary:Version}), ${misc:Depends}
Provides: libzerg-dev
Description: C library for parsing the output of NCBI BLAST programs
 Zerg is a C library for parsing the output of NCBI BLAST programs. Based on a
 GNU Flex-generated lexical scanner, it runs extremely fast, being especially
 useful for processing large volumes of data. Benchmark tests show that Zerg
 is over two orders of magnitude faster than some widely used BLAST parsers.
 .
 This package contains the header files and documentation
 needed to develop applications with libzerg.

Package: libzerg0-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libzerg0 (= ${binary:Version}), ${misc:Depends}
Description: debugging symbols for libzerg
 Zerg is a C library for parsing the output of NCBI BLAST programs. Based on a
 GNU Flex-generated lexical scanner, it runs extremely fast, being especially
 useful for processing large volumes of data. Benchmark tests show that Zerg
 is over two orders of magnitude faster than some widely used BLAST parsers.
 .
 This package provides the detached debug symbols for libzerg.