diff options
author | Peter Wang <novalazy@gmail.com> | 2011-09-07 23:06:21 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-09-21 19:48:30 -0300 |
commit | 18a59dbfda9be62d19e2a30895c1ea82bf56bffc (patch) | |
tree | 48e44e9ee6d1dd37df19562466f73627e37ff7b9 /haskell/haskell-base64-bytestring/slack-desc | |
parent | ecea120a481040de40fbe7339bb0b9b53eb74233 (diff) |
haskell/haskell-base64-bytestring: Added (base64 encoding/decoding)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-base64-bytestring/slack-desc')
-rw-r--r-- | haskell/haskell-base64-bytestring/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-base64-bytestring/slack-desc b/haskell/haskell-base64-bytestring/slack-desc new file mode 100644 index 0000000000000..4c252585dcf77 --- /dev/null +++ b/haskell/haskell-base64-bytestring/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 ':'. + + |-----handy-ruler------------------------------------------------------| +haskell-base64-bytestring: haskell-base64-bytestring (base64 encoding and decoding) +haskell-base64-bytestring: +haskell-base64-bytestring: This package provides a Haskell library for working with +haskell-base64-bytestring: base64-encoded data quickly and efficiently, using the ByteString +haskell-base64-bytestring: type. +haskell-base64-bytestring: +haskell-base64-bytestring: Homepage: http://hackage.haskell.org/package/base64-bytestring +haskell-base64-bytestring: +haskell-base64-bytestring: +haskell-base64-bytestring: +haskell-base64-bytestring: |