Source: haskell-cryptohash Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-cereal-prof (>= 0.2), libghc-crypto-api-prof (>= 0.1), libghc-tagged-prof (>= 0.1) Build-Depends-Indep: ghc-doc, haddock, libghc-cereal-doc (>= 0.2), libghc-crypto-api-doc (>= 0.1), libghc-tagged-doc (>= 0.1) Standards-Version: 3.8.1 Homepage: http://github.com/vincenthz/hs-cryptohash Package: libghc-cryptohash-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: collection of crypto hashes, fast, pure and practical A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. . The implementations are made in C with a haskell FFI wrapper that hide the C implementation. . Author: Vincent Hanquez Upstream-Maintainer: Vincent Hanquez . This package contains the normal library files. Package: libghc-cryptohash-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-cryptohash-dev Description: collection of crypto hashes, fast, pure and practical A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. . The implementations are made in C with a haskell FFI wrapper that hide the C implementation. . Author: Vincent Hanquez Upstream-Maintainer: Vincent Hanquez . This package contains the libraries compiled with profiling enabled. Package: libghc-cryptohash-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: collection of crypto hashes, fast, pure and practical A collection of crypto hashes, with a practical incremental and one-pass, pure APIs, with performance close to the fastest implementations available in others languages. . The implementations are made in C with a haskell FFI wrapper that hide the C implementation. . Author: Vincent Hanquez Upstream-Maintainer: Vincent Hanquez . This package contains the documentation files. Package: tests Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the cryptohash-0.6.1 library.