freebsd-ports/devel/py-cymbal/pkg-descr
Neal Nelson c5067c3e7e devel/py-cymbal: Add new port
Cymbal makes it easy to add functionality missing from libclang Python
bindings

The Clang libclang python bindings use ctypes to invoke functions
present in libclang dynamic library. In some cases, only a subset of
the C functions are available, because the platform or version
specific Python bindings omit functions. Cymbal simplfies the process
of dynamically adding those methods to Types and Cursors.

PR:		256925
2021-10-28 17:40:42 +09:00

10 lines
448 B
Text

Cymbal makes it easy to add functionality missing from libclang Python
bindings
The Clang libclang python bindings use ctypes to invoke functions
present in libclang dynamic library. In some cases, only a subset of
the C functions are available, because the platform or version
specific Python bindings omit functions. Cymbal simplfies the process
of dynamically adding those methods to Types and Cursors.
WWW: https://github.com/CadQuery/cymbal