gnu: ocaml-ssl: Expand description.

* gnu/packages/ocaml.scm (ocaml-ssl)[description]: Expand based on Debian's.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-23 05:00:39 +01:00
parent 26b438e064
commit 36dba63b83
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1678,7 +1678,9 @@ (define-public ocaml-ssl
(propagated-inputs `(("openssl" ,openssl)))
(home-page "https://github.com/savonet/ocaml-ssl/")
(synopsis "OCaml bindings for OpenSSL")
(description "OCaml bindings for OpenSSL.")
(description
"OCaml-SSL is a set of bindings for OpenSSL, a library for communicating
through Transport Layer Security (@dfn{TLS}) encrypted connections.")
(license license:lgpl2.1)))
(define-public ocaml-lwt