File: control

package info (click to toggle)
gemmi 0.5.7%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,344 kB
  • sloc: cpp: 48,972; python: 4,352; ansic: 3,428; sh: 302; makefile: 69; f90: 42; javascript: 12
file content (74 lines) | stat: -rw-r--r-- 2,465 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
Source: gemmi
Section: science
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 cmake,
 debhelper-compat (= 13),
 dh-python,
 doctest-dev,
 help2man,
 libstb-dev,
 python3-dev,
 python3-numpy <!nocheck>,
 python3-pybind11 (>= 2.6.0),
 python3-pytest <!nocheck>,
 tao-pegtl-dev,
 zlib1g-dev,
Standards-Version: 4.6.1
Homepage: https://project-gemmi.github.io
Vcs-Browser: https://salsa.debian.org/debichem-team/gemmi
Vcs-Git: https://salsa.debian.org/debichem-team/gemmi.git
Rules-Requires-Root: no

Package: gemmi
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: library for structural biology - executable
 Library for macromolecular crystallography and structural bioinformatics. For
 working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints
 (monomer library), electron density maps (CCP4), and crystallographic
 reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries,
 it knows how to switch between the real and reciprocal space and it can do a
 few other things.
 .
 This package contains main gemmi executable.

Package: gemmi-dev
Architecture: any
Section: libdevel
Depends:
 ${misc:Depends},
Description: library for structural biology
 Library for macromolecular crystallography and structural bioinformatics. For
 working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints
 (monomer library), electron density maps (CCP4), and crystallographic
 reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries,
 it knows how to switch between the real and reciprocal space and it can do a
 few other things.
 .
 This package contains header-only C++ library.

Package: python3-gemmi
Architecture: any
Section: python
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Provides:
 ${python3:Provides},
X-Python-Version: ${python3:Versions}
Description: library for structural biology - Python module
 Library for macromolecular crystallography and structural bioinformatics. For
 working with coordinate files (mmCIF, PDB, mmJSON), refinement restraints
 (monomer library), electron density maps (CCP4), and crystallographic
 reflection data (MTZ, SF-mmCIF). It understands crystallographic symmetries,
 it knows how to switch between the real and reciprocal space and it can do a
 few other things.
 .
 This package contains the Python module.