Commit 467545d0a5a51ac2a06797b7997931d3bce0638d

Vicent Martí 2011-07-12T11:26:25

Merge pull request #321 from letolabs/readme Add parrot-libgit2 to the list of language bindings in the readme

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/README.md b/README.md
index 2c24da4..8bf2a06 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ Here are the bindings to libgit2 that are currently available:
 * libgit2-ocaml (ocaml bindings) <https://github.com/burdges/libgit2-ocaml>
 * Geef (Erlang bindings) <https://github.com/schacon/geef>
 * libgit2net (.NET bindings, low level) <https://github.com/txdv/libgit2net>
+* parrot-libgit2 (Parrot Virtual Machine bindings) <https://github.com/letolabs/parrot-libgit2>
 
 If you start another language binding to libgit2, please let us know so
 we can add it to the list.