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
|
Source: ciftools-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Pierre Gruet <pgt@debian.org>,
Andrius Merkys <merkys@debian.org>,
Build-Depends:
debhelper-compat (= 13),
default-jdk-headless,
javahelper,
junit5 <!nocheck>,
libgeronimo-annotation-1.3-spec-java,
libgoogle-gson-java,
maven-debian-helper,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/java-team/ciftools-java
Vcs-Git: https://salsa.debian.org/java-team/ciftools-java.git
Homepage: https://github.com/rcsb/ciftools-java
Rules-Requires-Root: no
Package: libciftools-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends},
Description: Java library to read and write CIF files
CIFTools implements reading and writing of CIF files as well as their
efficiently encoded counterpart, called BinaryCIF.
The idea is to have a robust, type-safe implementation for the handling of
CIF files which does not care about the origin of the data: both conventional
text-based and binary files should be handled the same way.
|