diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:43:38 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:03 +0700 |
commit | 86fee18780a3c56b3b7e5df688111011d8b2c27c (patch) | |
tree | 95d2846ace67ce15390c50400e2fec060916458c /haskell/haskell-cipher-rc4/haskell-cipher-rc4.info | |
parent | 9da1f0771c6d53eafbf19e029a30e0300b6415b9 (diff) |
haskell/haskell-cipher-rc4: Added (fast rc4 cipher implementation).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-cipher-rc4/haskell-cipher-rc4.info')
-rw-r--r-- | haskell/haskell-cipher-rc4/haskell-cipher-rc4.info | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/haskell/haskell-cipher-rc4/haskell-cipher-rc4.info b/haskell/haskell-cipher-rc4/haskell-cipher-rc4.info new file mode 100644 index 000000000000..a76192175f49 --- /dev/null +++ b/haskell/haskell-cipher-rc4/haskell-cipher-rc4.info @@ -0,0 +1,10 @@ +PRGNAM="haskell-cipher-rc4" +VERSION="0.1.4" +HOMEPAGE="http://hackage.haskell.org/package/cipher-rc4" +DOWNLOAD="http://hackage.haskell.org/packages/archive/cipher-rc4/0.1.4/cipher-rc4-0.1.4.tar.gz" +MD5SUM="7e2f0218f9a99b1e4283219b40194947" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="haskell-byteable haskell-crypto-cipher-types" +MAINTAINER="Mikko Värri" +EMAIL="vmj@linuxbox.fi" |