aboutsummaryrefslogtreecommitdiff
path: root/devel/py-cymbal/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-cymbal/pkg-descr')
-rw-r--r--devel/py-cymbal/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/py-cymbal/pkg-descr b/devel/py-cymbal/pkg-descr
new file mode 100644
index 000000000000..ad292a17beea
--- /dev/null
+++ b/devel/py-cymbal/pkg-descr
@@ -0,0 +1,10 @@
+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