summaryrefslogtreecommitdiff
path: root/base32-bytestring.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'base32-bytestring.cabal')
-rw-r--r--base32-bytestring.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/base32-bytestring.cabal b/base32-bytestring.cabal
index ff52525..79c4681 100644
--- a/base32-bytestring.cabal
+++ b/base32-bytestring.cabal
@@ -8,12 +8,16 @@ copyright: (c) 2013 Sam Truzjan
8category: Codec, Data 8category: Codec, Data
9build-type: Simple 9build-type: Simple
10cabal-version: >= 1.10 10cabal-version: >= 1.10
11homepage: https://github.com/cobit/base32-bytestring
12bug-reports: https://github.com/cobit/base32-bytestring/issues
11synopsis: Fast base32 and base32hex codec for ByteStrings 13synopsis: Fast base32 and base32hex codec for ByteStrings
12description: 14description:
13 base32 and base32hex codec according to RFC4648 15 base32 and base32hex codec according to RFC4648
14 <http://tools.ietf.org/html/rfc4648> 16 <http://tools.ietf.org/html/rfc4648>
15 This package have API similar to base64-bytestring. 17 This package have API similar to base64-bytestring.
16 18
19extra-source-files: README.md
20
17source-repository head 21source-repository head
18 type: git 22 type: git
19 location: git://github.com/cobit/base32.git 23 location: git://github.com/cobit/base32.git