File: control

package info (click to toggle)
librostlab-blast 1.0.1-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,872 kB
  • sloc: sh: 11,103; cpp: 258; makefile: 139
file content (77 lines) | stat: -rw-r--r-- 2,879 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Source: librostlab-blast
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               d-shlibs,
               bison,
               doxygen,
               flex,
               graphviz,
               texlive-latex-recommended,
               librostlab-dev,
               texlive-fonts-recommended,
               texlive-latex-extra
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/librostlab-blast
Vcs-Git: https://salsa.debian.org/med-team/librostlab-blast.git
Homepage: https://rostlab.org/
Rules-Requires-Root: no

Package: librostlab-blast0v5
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Conflicts: librostlab-blast0
Description: very fast C++ library for parsing the output of NCBI BLAST programs
 This package provides a very fast library for parsing the default output of
 NCBI BLAST programs into a C++ structure.
 .
 libzerg is faster, but it provides only lexing (i.e. it only returns pairs
 of token identifiers and token string values).  librostlab-blast uses a
 parser generated with bison on top of a flex-generated lexer very similar to
 that of libzerg.
 .
 This package contains the shared library.

Package: librostlab-blast0-dev
Architecture: any
Section: libdevel
Depends: librostlab-blast0v5 (= ${binary:Version}),
         librostlab-dev,
         ${misc:Depends}
Suggests: librostlab-blast-doc
Conflicts: librostlab-blast-dev
Provides: librostlab-blast-dev
Description: very fast C++ library for parsing the output of NCBI BLAST programs (devel)
 This package provides a very fast library for parsing the default output of
 NCBI BLAST programs into a C++ structure.
 .
 libzerg is faster, but it provides only lexing (i.e. it only returns pairs
 of token identifiers and token string values).  librostlab-blast uses a
 parser generated with bison on top of a flex-generated lexer very similar to
 that of libzerg.
 .
 This package contains files necessary for developing applications with
 librostlab-blast.

Package: librostlab-blast-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libjs-jquery
Recommends: librostlab-doc
Description: very fast C++ library for parsing the output of NCBI BLAST programs (doc)
 This package provides a very fast library for parsing the default output of
 NCBI BLAST programs into a C++ structure.
 .
 libzerg is faster, but it provides only lexing (i.e. it only returns pairs
 of token identifiers and token string values).  librostlab-blast uses a
 parser generated with bison on top of a flex-generated lexer very similar to
 that of libzerg.
 .
 This package contains html and pdf documentation.