Merge pull request #519 from ingydotnet/development

Add Perl to the list of bindings.
This commit is contained in:
Vicent Martí 2011-12-26 23:01:06 -08:00
commit 9aeef3929c

View File

@ -91,6 +91,7 @@ Here are the bindings to libgit2 that are currently available:
* libgit2net (.NET bindings, low level) <https://github.com/txdv/libgit2net> * libgit2net (.NET bindings, low level) <https://github.com/txdv/libgit2net>
* parrot-libgit2 (Parrot Virtual Machine bindings) <https://github.com/letolabs/parrot-libgit2> * parrot-libgit2 (Parrot Virtual Machine bindings) <https://github.com/letolabs/parrot-libgit2>
* hgit2 (Haskell bindings) <https://github.com/norm2782/hgit2> * hgit2 (Haskell bindings) <https://github.com/norm2782/hgit2>
* git-xs-pm (Perl bindings) <https://github.com/ingydotnet/git-xs-pm>
If you start another language binding to libgit2, please let us know so If you start another language binding to libgit2, please let us know so
we can add it to the list. we can add it to the list.