libclang 0.0.1
libclang: ^0.0.1 copied to clipboard
FFI bindings to libclang.
libclang.dart #
Dart FFI bindings to libclang.
Warning #
-
The package currently trys to call dynamic library
/usr/lib/llvm-9/lib/libclang.sodirectly. Look at here for detail. -
According to #41062 and #36730 from dart SDK, functions related to
CXCursorare not available until official support of pass/return by value.
The package is still under initial development. Issues and PRs are welcome.