pkg://jcc_1.9-4_amd64.deb:167574/control
downloads
Package: jcc
Version: 1.9-4
Architecture: amd64
Maintainer: Jeff Breidenbach <jab@debian.org>
Installed-Size: 788
Depends: openjdk-6-jdk, libc6 (>= 2.7-1), libgcc1 (>= 1:4.1.1), libstdc++6 (>= 4.1.1)
Section: python
Priority: extra
Description: code generator producing a Python extension from Java classes
JCC is a code generator for producing a Python extension providing
access to a set of Java classes. For every Java class, JCC generates
a C++ wrapper class that hides the gory details necessary for
accessing methods and fields from C++ via Java's Native Invocation
Interface. JCC can also generate C++ wrappers that make it possible
to access these classes from Python. When generating Python
wrappers, JCC produces a complete Python extension via the distutils
package that makes it readily available to the Python interpreter.
JCC is a project maintained by the Open Source Applications
Foundation.