/cryptocipher/cryptocipher.cabal

http://github.com/vincenthz/hs-cryptocipher · Cabal · 29 lines · 27 code · 2 blank · 0 comment · 7 complexity · 83e0088122aff645c1d77f9e2f1898fb MD5 · raw file

  1. Name: cryptocipher
  2. Version: 0.6.2
  3. Description: Symmetrical block and stream ciphers.
  4. License: BSD3
  5. License-file: LICENSE
  6. Copyright: Vincent Hanquez <vincent@snarc.org>
  7. Author: Vincent Hanquez <vincent@snarc.org>
  8. Maintainer: Vincent Hanquez <vincent@snarc.org>
  9. Synopsis: Symmetrical block and stream ciphers.
  10. Category: Cryptography
  11. Build-Type: Simple
  12. Homepage: http://github.com/vincenthz/hs-crypto-cipher
  13. Cabal-Version: >=1.8
  14. Library
  15. Build-Depends: base >= 4 && < 5
  16. , crypto-cipher-types >= 0.0.8 && < 0.1
  17. , cipher-aes >= 0.2.3 && < 0.3
  18. , cipher-rc4 >= 0.1.3 && < 0.2
  19. , cipher-des >= 0.0 && < 0.1
  20. , cipher-blowfish >= 0.0 && < 0.1
  21. , cipher-camellia >= 0.0 && < 0.1
  22. Exposed-modules: Crypto.Cipher
  23. ghc-options: -Wall
  24. source-repository head
  25. type: git
  26. location: git://github.com/vincenthz/hs-crypto-cipher
  27. subdir: cryptocipher