diff options
author | Scott Chacon <schacon@gmail.com> | 2011-01-08 08:02:19 -0800 |
---|---|---|
committer | Scott Chacon <schacon@gmail.com> | 2011-01-08 08:02:45 -0800 |
commit | e04c70955100f03ac222068dd7fcd9b377841949 (patch) | |
tree | a46ecefabb764cad112cd0e957e83cdd92824167 /README.md | |
parent | 2645053be21dab231c1d97d063acd19ea87f7577 (diff) | |
download | libgit2-e04c70955100f03ac222068dd7fcd9b377841949.tar.gz |
added links to php and lua bindings
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -111,6 +111,8 @@ Here are the bindings to libgit2 that are currently available: * Rugged (Ruby bindings) <https://github.com/libgit2/rugged> * pygit2 (Python bindings) <https://github.com/libgit2/pygit2> * libgit2sharp (.NET bindings) <https://github.com/nulltoken/libgit2sharp> +* php-git (PHP bindings) <https://github.com/chobie/php-git> +* luagit2 (Lua bindings) <https://github.com/Neopallium/luagit2> * Geef (Erlang bindings) <https://github.com/schacon/geef> If you start another language binding to libgit2, please let us know so |