File: control

package info (click to toggle)
librostlab 1.0.20-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,644 kB
  • ctags: 251
  • sloc: sh: 10,149; cpp: 837; makefile: 110
file content (107 lines) | stat: -rw-r--r-- 3,807 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Source: librostlab
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Laszlo Kajan <lkajan@rostlab.org>,
           Andreas Tille <tille@debian.org>
Section: libs
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               doxygen,
               graphviz,
               latex-xcolor,
               texlive-fonts-recommended,
               texlive-latex-extra,
               dh-linktree,
               sphinx-common
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/rostlab/librostlab/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/rostlab/librostlab/trunk/
Homepage: http://rostlab.org/

Package: librostlab3
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: C++ library for computational biology
 This library was developed by the Rost Lab.  The lab's research is
 driven by a conviction that protein and DNA sequences encode a
 significant core of information about the ultimate structure and
 function of genetic material and its gene products. 
 .
 The library provides the following facilities:
  * current working directory resource
  * exception with stack backtrace
  * file lock resource
  * passwd and group structures for C++
  * effective uid and gid resource
  * rostlab::bio::seq class with stream input operator for FASTA format
  * umask resource
 .
 This package contains the shared library.

Package: librostlab3-dev
Architecture: any
Section: libdevel
Depends: librostlab3 (= ${binary:Version}),
         ${misc:Depends}
Suggests: librostlab-doc
Provides: librostlab-dev
Replaces: librostlab0-dev
Description: C++ library for computational biology (development)
 This library was developed by the Rost Lab.  The lab's research is
 driven by a conviction that protein and DNA sequences encode a
 significant core of information about the ultimate structure and
 function of genetic material and its gene products. 
 .
 The library provides the following facilities:
  * current working directory resource
  * exception with stack backtrace
  * file lock resource
  * passwd and group structures for C++
  * effective uid and gid resource
  * rostlab::bio::seq class with stream input operator for FASTA format
  * umask resource
 .
 This package contains files necessary for developing applications with
 librostlab.

Package: librostlab-doc
Architecture: all
Section: doc
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${js:Depends}
Description: C++ library for computational biology (documentation)
 This library was developed by the Rost Lab.  The lab's research is
 driven by a conviction that protein and DNA sequences encode a
 significant core of information about the ultimate structure and
 function of genetic material and its gene products. 
 .
 The library provides the following facilities:
  * current working directory resource
  * exception with stack backtrace
  * file lock resource
  * passwd and group structures for C++
  * effective uid and gid resource
  * rostlab::bio::seq class with stream input operator for FASTA format
  * umask resource
 .
 This package contains html documentation.

Package: librostlab3-dbg
Architecture: any
Section: debug
Priority: extra
Depends: librostlab3 (= ${binary:Version}),
         ${misc:Depends}
Description: debugging symbols for librostlab
 The library provides the following facilities:
  * current working directory resource
  * exception with stack backtrace
  * file lock resource
  * passwd and group structures for C++
  * effective uid and gid resource
  * rostlab::bio::seq class with stream input operator for FASTA format
  * umask resource
 .
 This package provides the detached debug symbols for librostlab.