Dart bindings to libgit2
Find a file
2021-09-24 13:18:04 +03:00
example refactor(reference): simplify api 2021-09-23 17:05:28 +03:00
lib feat(repository): add extended options to repository init 2021-09-24 13:18:04 +03:00
libgit2 docs: add readme with ffigen command for compiler options 2021-09-17 21:50:00 +03:00
test feat(repository): add extended options to repository init 2021-09-24 13:18:04 +03:00
.gitignore feat: generate bindings with ffigen 2021-06-01 20:38:32 +03:00
analysis_options.yaml style: use conts for constructors 2021-09-23 10:48:23 +03:00
pubspec.yaml docs: add readme with ffigen command for compiler options 2021-09-17 21:50:00 +03:00
README.md docs: add readme with ffigen command for compiler options 2021-09-17 21:50:00 +03:00

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"