mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
Dart bindings to libgit2
example | ||
lib | ||
libgit2 | ||
test | ||
.gitignore | ||
analysis_options.yaml | ||
pubspec.yaml | ||
README.md |
Development
To generate bindings with ffigen use (adjust paths to yours):
dart run ffigen --compiler-opts "-I/path/to/libgit2dart/libgit2/headers/ -I/lib64/clang/12.0.1/include"