jcc 2.22-1build1 source package in Ubuntu
Changelog
jcc (2.22-1build1) focal; urgency=medium * No-change rebuild to generate dependencies on python2. -- Matthias Klose <email address hidden> Tue, 17 Dec 2019 12:34:37 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Focal
- Original maintainer:
- Ludovico Cavedon
- Architectures:
- any
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jcc_2.22.orig.tar.gz | 94.9 KiB | 8c7b31afd7dc24bb45fc777cf03be06e3492594df2023b386af5dbc4eef2a297 |
jcc_2.22-1build1.debian.tar.xz | 6.1 KiB | bc1f8594f31c7f6b841bcc1e5da7ae17343a54d1b1ab01b52e2d37817b77ea81 |
jcc_2.22-1build1.dsc | 1.9 KiB | 041c70c2544df67802a9fa3f92722ec09b48ec8b6be6da4848a83127e5c3f60c |
Available diffs
- diff from 2.22-1 (in Debian) to 2.22-1build1 (329 bytes)
Binary packages built by this source
- jcc: 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.