File: control

package info (click to toggle)
clustalo 1.2.4-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,884 kB
  • sloc: ansic: 19,243; cpp: 14,513; sh: 10,040; makefile: 147
file content (51 lines) | stat: -rw-r--r-- 1,833 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: clustalo
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>,
           Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libargtable2-dev,
               doxygen,
               graphviz,
               sphinx-common
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/med-team/clustalo
Vcs-Git: https://salsa.debian.org/med-team/clustalo.git
Homepage: http://www.clustal.org/omega/
Rules-Requires-Root: no

Package: clustalo
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libargtable2-0
Description: General-purpose multiple sequence alignment program for proteins
 Clustal Omega is a general-purpose multiple sequence alignment (MSA)
 program, primarily for amino-acid sequences. It produces high quality MSAs
 and is capable of handling data sets of hundreds of thousands of sequences
 in reasonable time, using multiple processors where available.

Package: libclustalo-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends},
         ${misc:Depends},
         libargtable2-dev,
         clustalo (= ${binary:Version})
Suggests: libclustalo-doc
Description: Library to embed Clustal Omega
 This package contains headers and libraries to include Clustal Omega
 in a program. It provides Clustal Omega usage with an API.

Package: libclustalo-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${js:Depends}
Description: API documentation for library to embed Clustal Omega
 Documentation of the library that provides Clustal Omega usage with an API.
 .
 This package contains the HTML documentation to use the Clustal Omega
 library provided in package libclustalo-dev.