diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 05:00:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-23 05:09:10 +0100 |
commit | 36dba63b8389d6dc0d31c794728a59fdea92c10b (patch) | |
tree | 36a7bc48dc1ae17f1e2cab0835beb59939535afe /gnu | |
parent | 26b438e0644db20ec4d7f014f2fb4707a3270190 (diff) | |
download | guix-36dba63b8389d6dc0d31c794728a59fdea92c10b.tar guix-36dba63b8389d6dc0d31c794728a59fdea92c10b.tar.gz |
gnu: ocaml-ssl: Expand description.
* gnu/packages/ocaml.scm (ocaml-ssl)[description]: Expand based on Debian's.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/ocaml.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 7ff2d1d3b0..9a08c8e398 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -1678,7 +1678,9 @@ lets the client choose the concrete timeline.") (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 |