File: cryptocipher.cabal

package info (click to toggle)
haskell-cryptocipher 0.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 56 kB
  • ctags: 3
  • sloc: haskell: 30; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 1,103 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Name:                cryptocipher
Version:             0.6.2
Description:         Symmetrical block and stream ciphers.
License:             BSD3
License-file:        LICENSE
Copyright:           Vincent Hanquez <vincent@snarc.org>
Author:              Vincent Hanquez <vincent@snarc.org>
Maintainer:          Vincent Hanquez <vincent@snarc.org>
Synopsis:            Symmetrical block and stream ciphers.
Category:            Cryptography
Build-Type:          Simple
Homepage:            http://github.com/vincenthz/hs-crypto-cipher
Cabal-Version:       >=1.8

Library
  Build-Depends:     base >= 4 && < 5
                   , crypto-cipher-types >= 0.0.8 && < 0.1
                   , cipher-aes >= 0.2.3 && < 0.3
                   , cipher-rc4 >= 0.1.3 && < 0.2
                   , cipher-des >= 0.0 && < 0.1
                   , cipher-blowfish >= 0.0 && < 0.1
                   , cipher-camellia >= 0.0 && < 0.1
  Exposed-modules:   Crypto.Cipher
  ghc-options:       -Wall

source-repository head
  type:     git
  location: git://github.com/vincenthz/hs-crypto-cipher
  subdir:   cryptocipher