diff options
author | Larry Hajali <larryhaja@gmail.com> | 2014-07-06 07:52:29 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2014-07-07 00:00:40 -0500 |
commit | d9f6ae09dd569faa2fe46b564496c4dfb49493be (patch) | |
tree | b6b878e89dbf8051f04104ce988f57f54604bee2 /libraries/libgit2/README | |
parent | 7d98345b27d650bfae82e98d55f8ffca5adb7b80 (diff) | |
download | slackbuilds-d9f6ae09dd569faa2fe46b564496c4dfb49493be.tar.gz |
libraries/libgit2: Added (C library for custom Git applications).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libgit2/README')
-rw-r--r-- | libraries/libgit2/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libgit2/README b/libraries/libgit2/README new file mode 100644 index 0000000000..dad04a2452 --- /dev/null +++ b/libraries/libgit2/README @@ -0,0 +1,5 @@ +libgit2 is a portable, pure C implementation of the Git core methods provided as +a re-entrant linkable library with a solid API, allowing you to write native +speed custom Git applications in any language which supports C bindings. + +Optional: libssh2 (for ssh transport) |