Dart bindings to libgit2
Find a file
2021-09-23 10:48:23 +03:00
example feat(config): add api for config entry 2021-09-20 15:52:04 +03:00
lib style: use conts for constructors 2021-09-23 10:48:23 +03:00
libgit2 docs: add readme with ffigen command for compiler options 2021-09-17 21:50:00 +03:00
test feat(remote): add bindings and api 2021-09-22 18:11:20 +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"