Source: haskell-tls 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-aes-prof, libghc-binary-prof (>= 0.5), libghc-cereal-prof, libghc-certificate-prof (>= 0.3), libghc-crypto-api-prof (>= 0.2), libghc-cryptocipher-prof (>= 0.2), libghc-cryptohash-prof (>= 0.6), libghc-mtl-prof, libghc-vector-prof Build-Depends-Indep: ghc-doc, haddock, libghc-aes-doc, libghc-binary-doc (>= 0.5), libghc-cereal-doc, libghc-certificate-doc (>= 0.3), libghc-crypto-api-doc (>= 0.2), libghc-cryptocipher-doc (>= 0.2), libghc-cryptohash-doc (>= 0.6), libghc-mtl-doc, libghc-vector-doc Standards-Version: 3.8.1 Homepage: http://github.com/vincenthz/hs-tls Package: libghc-tls-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: TLS/SSL protocol native implementation (Server and Client) native TLS protocol implementation, focusing on purity and more type-checking. . Currently implement the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet properly secure and missing some features. Do not yet use as replacement to more mature implementation. . only RSA supported as Key exchange for now. . Author: Vincent Hanquez Upstream-Maintainer: Vincent Hanquez . This package contains the normal library files. Package: libghc-tls-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-tls-dev Description: TLS/SSL protocol native implementation (Server and Client) native TLS protocol implementation, focusing on purity and more type-checking. . Currently implement the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet properly secure and missing some features. Do not yet use as replacement to more mature implementation. . only RSA supported as Key exchange for now. . Author: Vincent Hanquez Upstream-Maintainer: Vincent Hanquez . This package contains the libraries compiled with profiling enabled. Package: libghc-tls-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: TLS/SSL protocol native implementation (Server and Client) native TLS protocol implementation, focusing on purity and more type-checking. . Currently implement the SSL3.0, TLS1.0 and TLS1.1 protocol. Not yet properly secure and missing some features. Do not yet use as replacement to more mature implementation. . only RSA supported as Key exchange for now. . Author: Vincent Hanquez Upstream-Maintainer: Vincent Hanquez . This package contains the documentation files. Package: stunnel Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the tls-0.3 library. Package: tests Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the tls-0.3 library.