File: control

package info (click to toggle)
libccp4 8.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,100 kB
  • sloc: ansic: 19,540; fortran: 18,766; sh: 11,561; makefile: 73
file content (194 lines) | stat: -rw-r--r-- 7,203 bytes parent folder | download | duplicates (2)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
Source: libccp4
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Picca Frédéric-Emmanuel <picca@debian.org>,
 Andrius Merkys <merkys@debian.org>,
Section: science
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 gfortran,
 libmmdb2-dev,
 m4,
Standards-Version: 4.1.5
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/science-team/libccp4.git
Vcs-Browser: https://salsa.debian.org/science-team/libccp4
Homepage: https://www.ccp4.ac.uk/

Package: libccp4-data
Architecture: all
Multi-Arch: foreign
Section: libdevel
Depends:
 ${misc:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: CCP4 core functionality - common files
 The CCP4 software suite is based around a library of routines which
 cover common tasks, such as file opening, parsing keyworded input,
 reading and writing of standard data formats, applying symmetry
 operations, etc. Programs in the suite call these routines which, as
 well as saving the programmer some effort, ensure that the varied
 programs in the suite have a similar look-and-feel.
 .
 The library contains several sub components:
 .
  * CMTZ library -- Contains a variety of functions for manipulating
    the data structure, for example adding crystals, datasets or
    columns. The data structure can be dumped to an output MTZ data
    file.
 .
  * CMAP library -- Functions defining the C-level API for accessing
    CCP4 map files.
 .
  * CSYM library -- a collection of functions centered around a data
    file syminfo.lib which is auto-generated from sgtbx (the Space
    Group Toolbox of cctbx).
 .
  * CCP4 utility library -- many utility functions which either give
    specific CCP4 or platform independent functionality.
 .
  * CCP4 Parser library -- provides CCP4-style parsing, as used for
    processing keywords of CCP4 programs, MTZ header records, etc.
 .
  * CCP4 resizable arrays -- defines an object and methods which looks
    just like a simple C array, but can be resized at will without
    incurring excessive overheads.
 .
 This package provides the common files for the CCP4 library.

Package: libccp4-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
 libccp4c0t64 (= ${binary:Version}),
 libccp4f0t64 (= ${binary:Version}),
 ${misc:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: CCP4 core functionality - development files
 The CCP4 software suite is based around a library of routines which
 cover common tasks, such as file opening, parsing keyworded input,
 reading and writing of standard data formats, applying symmetry
 operations, etc. Programs in the suite call these routines which, as
 well as saving the programmer some effort, ensure that the varied
 programs in the suite have a similar look-and-feel.
 .
 The library contains several sub components:
 .
  * CMTZ library -- Contains a variety of functions for manipulating
    the data structure, for example adding crystals, datasets or
    columns. The data structure can be dumped to an output MTZ data
    file.
 .
  * CMAP library -- Functions defining the C-level API for accessing
    CCP4 map files.
 .
  * CSYM library -- a collection of functions centered around a data
    file syminfo.lib which is auto-generated from sgtbx (the Space
    Group Toolbox of cctbx).
 .
  * CCP4 utility library -- many utility functions which either give
    specific CCP4 or platform independent functionality.
 .
  * CCP4 Parser library -- provides CCP4-style parsing, as used for
    processing keywords of CCP4 programs, MTZ header records, etc.
 .
  * CCP4 resizable arrays -- defines an object and methods which looks
    just like a simple C array, but can be resized at will without
    incurring excessive overheads.

Package: libccp4c0t64
Provides: ${t64:Provides}
Replaces: libccp4c0
Breaks: libccp4c0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 libccp4-data,
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: CCP4 core functionality - C runtime
 The CCP4 software suite is based around a library of routines which
 cover common tasks, such as file opening, parsing keyworded input,
 reading and writing of standard data formats, applying symmetry
 operations, etc. Programs in the suite call these routines which, as
 well as saving the programmer some effort, ensure that the varied
 programs in the suite have a similar look-and-feel.
 .
 The library contains several sub components:
 .
  * CMTZ library -- Contains a variety of functions for manipulating
    the data structure, for example adding crystals, datasets or
    columns. The data structure can be dumped to an output MTZ data
    file.
 .
  * CMAP library -- Functions defining the C-level API for accessing
    CCP4 map files.
 .
  * CSYM library -- a collection of functions centered around a data
    file syminfo.lib which is auto-generated from sgtbx (the Space
    Group Toolbox of cctbx).
 .
  * CCP4 utility library -- many utility functions which either give
    specific CCP4 or platform independent functionality.
 .
  * CCP4 Parser library -- provides CCP4-style parsing, as used for
    processing keywords of CCP4 programs, MTZ header records, etc.
 .
  * CCP4 resizable arrays -- defines an object and methods which looks
    just like a simple C array, but can be resized at will without
    incurring excessive overheads.
 .
 This package provides the runtime of the CCP4 C library.

Package: libccp4f0t64
Provides: ${t64:Provides}
Replaces: libccp4f0
Breaks: libccp4f0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: CCP4 core functionality - fortran runtime
 The CCP4 software suite is based around a library of routines which
 cover common tasks, such as file opening, parsing keyworded input,
 reading and writing of standard data formats, applying symmetry
 operations, etc. Programs in the suite call these routines which, as
 well as saving the programmer some effort, ensure that the varied
 programs in the suite have a similar look-and-feel.
 .
 The library contains several sub components:
 .
  * CMTZ library -- Contains a variety of functions for manipulating
    the data structure, for example adding crystals, datasets or
    columns. The data structure can be dumped to an output MTZ data
    file.
 .
  * CMAP library -- Functions defining the C-level API for accessing
    CCP4 map files.
 .
  * CSYM library -- a collection of functions centered around a data
    file syminfo.lib which is auto-generated from sgtbx (the Space
    Group Toolbox of cctbx).
 .
  * CCP4 utility library -- many utility functions which either give
    specific CCP4 or platform independent functionality.
 .
  * CCP4 Parser library -- provides CCP4-style parsing, as used for
    processing keywords of CCP4 programs, MTZ header records, etc.
 .
  * CCP4 resizable arrays -- defines an object and methods which looks
    just like a simple C array, but can be resized at will without
    incurring excessive overheads.
 .
 This package provides the runtime of the CCP4 fortran library.