diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-20 20:10:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-20 20:10:16 +0700 |
commit | 292665f2a72d8bfba4887e227024714c2b3e6e9d (patch) | |
tree | 665f8c8363ed428f6d7f1d1358c970195aec511e /libraries/gitdb2/slack-desc | |
parent | 42ac4dbd67fe34ef18fdcc67a1bc3ff07e39d728 (diff) |
libraries/gitdb2: Added (IO of git-style object databases).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/gitdb2/slack-desc')
-rw-r--r-- | libraries/gitdb2/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/gitdb2/slack-desc b/libraries/gitdb2/slack-desc new file mode 100644 index 0000000000000..1f74e73322c51 --- /dev/null +++ b/libraries/gitdb2/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +gitdb2: gitdb2 (IO of git-style object databases) +gitdb2: +gitdb2: GitDB allows you to access bare git repositories for reading and +gitdb2: writing. It aims at allowing full access to loose objects as well +gitdb2: as packs with performance and scalability in mind. It operates +gitdb2: exclusively on streams, allowing to handle large objects with +gitdb2: a small memory footprint. +gitdb2: +gitdb2: Homepage: https://github.com/gitpython-developers/gitdb +gitdb2: +gitdb2: |