aboutsummaryrefslogtreecommitdiff
path: root/devel/py-jcc/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.1Cheng-Lung Sung2008-12-151-3/+3
| | | | Notes: svn path=/head/; revision=224277
* - Update to 2.0Cheng-Lung Sung2008-10-201-3/+3
| | | | Notes: svn path=/head/; revision=221819
* JCC is a C++ code generator for producing the glue code necessary to callCheng-Lung Sung2008-05-191-0/+3
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: http://pypi.python.org/pypi/JCC/ Notes: svn path=/head/; revision=213312