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
|
Source: libjchart2d-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
ant,
debhelper (>= 10),
default-jdk,
default-jdk-doc,
javahelper,
junit4,
libjide-oss-java,
libxmlgraphics-commons-java,
maven-repo-helper (>= 1.6~),
proguard
Standards-Version: 3.9.8
Homepage: http://jchart2d.sourceforge.net/
Vcs-Git: https://anonscm.debian.org/git/pkg-java/libjchart2d-java.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libjchart2d-java.git
Package: libjchart2d-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Recommends:
${java:Recommends}
Suggests:
libjchart2d-java-doc
Description: Java library for precise 2D charting visualizations
JChart2D is a minimalistic charting library. It is designed for displaying
multiple traces consisting of tracepoints, including dynamic (animated) data.
JChart2D is centered around a single configurable swing widget: the Chart2D.
This library is intended for engineering tasks and not for presentations.
Package: libjchart2d-java-doc
Section: doc
Architecture: all
Depends:
${misc:Depends}
Recommends:
default-jdk-doc,
${java:Recommends}
Description: Java library for precise 2D charting visualizations -- docs
JChart2D is a minimalistic charting library. It is designed for displaying
multiple traces consisting of tracepoints, including dynamic (animated) data.
JChart2D is centered around a single configurable swing widget: the Chart2D.
This library is intended for engineering tasks and not for presentations.
.
This package contains the Javadoc API documentation for libjchart2d-java.
|