mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: ocaml-ssl: Expand description.
* gnu/packages/ocaml.scm (ocaml-ssl)[description]: Expand based on Debian's.
This commit is contained in:
parent
26b438e064
commit
36dba63b83
1 changed files with 3 additions and 1 deletions
|
@ -1678,7 +1678,9 @@ (define-public ocaml-ssl
|
||||||
(propagated-inputs `(("openssl" ,openssl)))
|
(propagated-inputs `(("openssl" ,openssl)))
|
||||||
(home-page "https://github.com/savonet/ocaml-ssl/")
|
(home-page "https://github.com/savonet/ocaml-ssl/")
|
||||||
(synopsis "OCaml bindings for OpenSSL")
|
(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)))
|
(license license:lgpl2.1)))
|
||||||
|
|
||||||
(define-public ocaml-lwt
|
(define-public ocaml-lwt
|
||||||
|
|
Loading…
Reference in a new issue