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
|
Source: freehep-export
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Giovanni Mascellani <gio@debian.org>,
Philipp Huebner <debalance@debian.org>
Build-Depends:
debhelper (>= 10),
default-jdk,
maven-debian-helper
Build-Depends-Indep:
libfreehep-swing-java,
libjas-plotter-java,
libmaven-exec-plugin-java,
libsurefire-java (>= 2.4.3)
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/freehep/freehep-export.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-java/freehep/freehep-export.git
Homepage: http://java.freehep.org/
Package: libfreehep-export-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
Description: FreeHEP Export and Save As Library
Library to register filetypes (which can be loaded as plugin modules).
This library is used by VectorGraphics libraries to implement a
modular import/export system for image files: importers
or exporters for different formats can be deloped or loaded
independently.
.
FreeHEP is a collection of Java libraries used in High Energy Physics.
|