Source: less-awful-ssl-clojure
Section: java
Maintainer: Debian Clojure Maintainers <team+clojure@tracker.debian.org>
Uploaders:
 Jérôme Charaoui <jerome@riseup.net>,
Build-Depends:
 debhelper-compat (= 14),
 default-jdk-headless,
 dh-clojure,
 javahelper,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/clojure-team/less-awful-ssl-clojure.git
Vcs-Browser: https://salsa.debian.org/clojure-team/less-awful-ssl-clojure
Homepage: https://github.com/aphyr/less-awful-ssl

Package: libless-awful-ssl-clojure
Architecture: all
Depends:
 libclojure-java,
Description: ssl wrapper for clojure around java crypto libraries
 This library tries to make it less complicated to build simple SSL-enabled
 applications: given a CA certificate and a signed key and cert, it can give
 you an SSLContext suitable for creating TCPSockets directly, or handing off
 to Netty.
