File: control

package info (click to toggle)
libbpp-seq 2.4.1-13
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,820 kB
  • sloc: cpp: 18,259; perl: 2,501; makefile: 13
file content (51 lines) | stat: -rw-r--r-- 2,032 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: libbpp-seq
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Julien Dutheil <julien.dutheil@univ-montp2.fr>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
               cmake,
               d-shlibs (>= 0.106~),
               libbpp-core-dev
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/libbpp-seq
Vcs-Git: https://salsa.debian.org/med-team/libbpp-seq.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
Rules-Requires-Root: no

Package: libbpp-seq-dev
Architecture: any
Section: libdevel
Depends: libbpp-seq12t64 (= ${binary:Version}),
         ${misc:Depends},
         ${devlibs:Depends}
Multi-Arch: same
Description: Bio++ Sequence library development files
 Bio++ is a set of C++ libraries for Bioinformatics, including sequence
 analysis, phylogenetics, molecular evolution and population genetics.
 Bio++ is Object Oriented and is designed to be both easy to use and
 computer efficient. Bio++ intends to help programmers to write computer
 expensive programs, by providing them a set of re-usable tools.
 .
 This package contains the static library and the header files of Bio++
 classes for sequence analysis classes.

Package: libbpp-seq12t64
Provides: ${t64:Provides}
Replaces: libbpp-seq12
Conflicts: libbpp-seq12 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Bio++ Sequence library
 Bio++ is a set of C++ libraries for Bioinformatics, including sequence
 analysis, phylogenetics, molecular evolution and population genetics.
 Bio++ is Object Oriented and is designed to be both easy to use and
 computer efficient. Bio++ intends to help programmers to write computer
 expensive programs, by providing them a set of re-usable tools.
 .
 This package contains the Bio++ classes for sequence analysis.