File: control

package info (click to toggle)
ciftools-java 7.0.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 20,436 kB
  • sloc: java: 104,763; xml: 160; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,103 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
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.