File: control

package info (click to toggle)
ssm 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,932 kB
  • sloc: sh: 11,463; cpp: 9,117; makefile: 26
file content (64 lines) | stat: -rw-r--r-- 2,532 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
Source: ssm
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>,
           Andrius Merkys <andrius.merkys@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 11), libccp4-dev, libmmdb2-dev
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/science-team/ssm.git
Vcs-Browser: https://salsa.debian.org/science-team/ssm
Homepage: http://www.ccp4.ac.uk/

Package: libssm-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libmmdb2-dev, libssm2 (= ${binary:Version}), ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: macromolecular superposition library - development files
 SSM is a macromolecular coordinate superposition library, written by
 Eugene Krissinel of the EBI.
 .
 The library implements the SSM algorithm of protein structure
 comparison in three dimensions, which includes an original procedure
 of matching graphs built on the protein's secondary-structure
 elements, followed by an iterative three-dimensional alignment of
 protein backbone Calpha atoms.
 .
 This package contains libraries and header files needed for program
 development.

Package: libssm-bin
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: macromolecular superposition library - binaries
 SSM is a macromolecular coordinate superposition library, written by
 Eugene Krissinel of the EBI.
 .
 The library implements the SSM algorithm of protein structure
 comparison in three dimensions, which includes an original procedure
 of matching graphs built on the protein's secondary-structure
 elements, followed by an iterative three-dimensional alignment of
 protein backbone Calpha atoms.
 .
 This package contains the binaries of the libraries

Package: libssm2
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: macromolecular superposition library - runtime
 SSM is a macromolecular coordinate superposition library, written by
 Eugene Krissinel of the EBI.
 .
 The library implements the SSM algorithm of protein structure
 comparison in three dimensions, which includes an original procedure
 of matching graphs built on the protein's secondary-structure
 elements, followed by an iterative three-dimensional alignment of
 protein backbone Calpha atoms.
 .
 This package contains the shared library components needed for programs
 that have been compiled with the ssm library.