mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 20:29:08 -04:00
init
This commit is contained in:
commit
9d81c715ff
91 changed files with 21924 additions and 0 deletions
23
pubspec.yaml
Normal file
23
pubspec.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
name: libgit2_dart
|
||||
|
||||
description: Dart bindings for libgit2
|
||||
|
||||
environment:
|
||||
sdk: ">=2.12.0 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
|
||||
dev_dependencies:
|
||||
pedantic: ^1.11.0
|
||||
ffigen: ^3.0.0
|
||||
|
||||
ffigen:
|
||||
output: "./lib/src/libgit2_bindings.dart"
|
||||
headers:
|
||||
entry-points:
|
||||
- "./src/headers/"
|
||||
name: "Libgit2"
|
||||
description: "Bindings to libgit2"
|
||||
comments:
|
||||
style: any
|
||||
length: full
|
Loading…
Add table
Add a link
Reference in a new issue