jcc 2.11-3ubuntu0.1 source package in Ubuntu

Changelog

jcc (2.11-3ubuntu0.1) precise-proposed; urgency=low

  * import-_jcc.patch: import used _jcc in __init__.py (LP: #1085256)
    fixes pylucene build failure
 -- Julian Taylor <email address hidden>   Sat, 01 Dec 2012 00:10:45 +0100

Upload details

Uploaded by:
Julian Taylor
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe python

Downloads

File Size SHA-256 Checksum
jcc_2.11.orig.tar.gz 84.5 KiB 10e2c768a876e1089df879203b49a16a9c220fc7223e98af53bc76070d0e5ab7
jcc_2.11-3ubuntu0.1.debian.tar.gz 5.0 KiB 98e0469069123147e737fa69800cd61f692d8a36e58db2b21ca3544671213873
jcc_2.11-3ubuntu0.1.dsc 1.9 KiB bde744b929b73860afffeb4943c8901ba12beafcf68d9fe69c92e726365733f0

View changes file

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.