#!r6rs ;; Submit-To: https://akkuscm.org/packages/ (package (name "TerribleTLS") (versions ((version "0.1.0-alpha.1") (synopsis "Inadvisible pure-Scheme TLS client") (description "This is a TLS 1.0 and 1.1 client written purely in R6RS Scheme." "Using it in its current version is inadvisible. Dozens of new pitfalls in the implementation techniques of TLS have been discovered since it was written.") (authors "Göran Weinholt ") (license "MIT") (lock (location (git "https://gitlab.com/weinholt/TerribleTLS.git")) (tag "v0.1.0-alpha.1") (revision "b84c5d16912b5b8778cc57b31af421a6c5b70293")) (depends ("hashing" "^1.0.0") ("industria" "^2.1.0-beta") ("struct-pack" "^1.0.0") ("chez-srfi" "^0.0.0-akku")) (depends/dev) (conflicts))))