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
|
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,
pkgconf,
uthash-dev,
Standards-Version: 4.6.2
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: cif-linguist
Architecture: any
Depends:
${misc:Depends},
${shlibs: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.
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:
${misc:Depends},
${shlibs:Depends},
Multi-Arch: same
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.
|