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
|
Source: processing-core
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Ross <ubuntu@rossfamily.co.uk>
Section: java
Priority: optional
Build-Depends: ant,
debhelper-compat (= 13),
default-jdk-headless,
default-jdk-doc,
javahelper
Standards-Version: 4.7.1
Vcs-Browser: https://salsa.debian.org/java-team/processing-core
Vcs-Git: https://salsa.debian.org/java-team/processing-core.git
Homepage: https://www.processing.org
Package: libprocessing-core-java
Architecture: all
Depends: ${java:Depends},
${misc:Depends}
Recommends: ${java:Recommends}
Description: Java animation and interaction library
Processing is an open source programming language
and environment for people who want to create images,
animations, and interactions.
.
This package provides the core library needed to run
such animations.
|