guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/10: gnu: ocaml-ssl: Expand description.


From: Tobias Geerinckx-Rice
Subject: 05/10: gnu: ocaml-ssl: Expand description.
Date: Sat, 23 Dec 2017 00:11:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 36dba63b8389d6dc0d31c794728a59fdea92c10b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Dec 23 05:00:39 2017 +0100

    gnu: ocaml-ssl: Expand description.
    
    * gnu/packages/ocaml.scm (ocaml-ssl)[description]: Expand based on Debian's.
---
 gnu/packages/ocaml.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7ff2d1d..9a08c8e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]