Dart bindings to libgit2
Find a file
2021-09-20 11:02:44 +03:00
example refactor(config): simplify api methods names 2021-08-21 11:25:06 +03:00
lib feat(diff): return list of patches 2021-09-20 11:02:44 +03:00
libgit2 docs: add readme with ffigen command for compiler options 2021-09-17 21:50:00 +03:00
test feat(diff): return list of patches 2021-09-20 11:02:44 +03:00
.gitignore feat: generate bindings with ffigen 2021-06-01 20:38:32 +03:00
analysis_options.yaml chore: migrate from pedantic to lints package 2021-07-20 16:59:26 +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"