mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
6670f0b757
- http://cheeseshop.python.org/ -> https://pypi.python.org/ - http://pypi.python.org/ -> https://pypi.python.org/ With hat: python Approved by: bapt (portmgr)
13 lines
567 B
Plaintext
13 lines
567 B
Plaintext
JCC is a C++ code generator for producing the glue code necessary to call
|
|
into Java classes from CPython via Java's Native Invocation Interface (JNI).
|
|
|
|
JCC generates C++ wrapper classes that hide all the gory details of JNI
|
|
access as well Java memory and object reference management.
|
|
|
|
JCC generates CPython types that make these C++ classes accessible from a
|
|
Python interpreter. JCC attempts to make these Python types pythonic by
|
|
detecting iterators and property accessors. Iterators and mappings may
|
|
also be declared to JCC.
|
|
|
|
WWW: https://pypi.python.org/pypi/JCC/
|