File: control

package info (click to toggle)
cif-api 0.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,432 kB
  • sloc: ansic: 19,411; lex: 246; makefile: 201; sql: 164; yacc: 115; sh: 37
file content (53 lines) | stat: -rw-r--r-- 1,916 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
Source: cif-api
Priority: optional
Section: science
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 libicu-dev,
 libsqlite3-dev,
 pkg-config,
 uthash-dev,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/COMCIFS/cif_api
Vcs-Git: https://salsa.debian.org/science-team/cif-api.git
Vcs-Browser: https://salsa.debian.org/science-team/cif-api

Package: libcif-dev
Section: libdevel
Architecture: any
Depends: libcif1 (= ${binary:Version}), ${misc:Depends}
Description: CIF API CIF-parsing and manipulation library - development files
 The CIF API provides a standard C interface for reading, writing, and
 manipulating Crystallographic Information Files (CIFs). It is targeted
 in particular at CIF 2.0, but it provides support for CIF 1.1 and earlier
 as well.
 .
 This package contains the development files.

Package: libcif1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: CIF API CIF-parsing and manipulation library - shared library
 The CIF API provides a standard C interface for reading, writing, and
 manipulating Crystallographic Information Files (CIFs). It is targeted
 in particular at CIF 2.0, but it provides support for CIF 1.1 and earlier
 as well.
 .
 This package contains the shared library.

Package: cif-linguist
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: transform CIF data among CIF formats and dialects
 The CIF API provides a standard C interface for reading, writing, and
 manipulating Crystallographic Information Files (CIFs). It is targeted
 in particular at CIF 2.0, but it provides support for CIF 1.1 and earlier
 as well.
 .
 This package contains cif_linguist, an experimental program for converting
 data between various versions of the CIF format.