libclang 0.1.0 copy "libclang: ^0.1.0" to clipboard
libclang: ^0.1.0 copied to clipboard

Dart FFI bindings to libclang that provide the ability to analyze C/C++ code.

libclang.dart #

Pub Package

Dart FFI bindings to libclang.

The package is still under initial development. Issues and PRs are welcome.

Warning #

  • The package currently trys to call dynamic library /usr/lib/llvm-{9,10}/lib/libclang.so directly. Look at here for detail.

  • According to #41062 and #36730 from dart SDK, functions related to CXCursor are supported by a wrapper of libclang until official support of pass/return by value.

Setup Wrapper #

Make sure you have g++ installed.

make
2
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Dart FFI bindings to libclang that provide the ability to analyze C/C++ code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

ffi

More

Packages that depend on libclang