diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2015-11-10 23:22:26 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 07:07:34 +0700 |
commit | 9b35a6da207c467a1fb2bcafe7cd23ea47e0f276 (patch) | |
tree | 3a84b02b61a27fcec0220e5b7f7c620dd47f7e0e /libraries/libb64/slack-desc | |
parent | 05d4adbc63c5b8b022fef487a0d30d6ff36aaf3f (diff) |
libraries/libb64: Added (C routines for base64 encoding/decoding)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/libb64/slack-desc')
-rw-r--r-- | libraries/libb64/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libb64/slack-desc b/libraries/libb64/slack-desc new file mode 100644 index 000000000000..341c48ffe84b --- /dev/null +++ b/libraries/libb64/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------------------------------------------------------| +libb64: libb64 (C routines for base64 encoding/decoding) +libb64: +libb64: libb64 is a library of ANSI C routines for fast encoding/decoding data +libb64: into and from a base64-encoded format. C++ wrappers are included, as +libb64: well as the source code for standalone encoding and decoding +libb64: executables. +libb64: +libb64: Homepage: http://libb64.sourceforge.net/ +libb64: +libb64: +libb64: |