[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49867] [PATCH 26/29] gnu: Add ocaml-lwt-ssl.
From: |
Xinglu Chen |
Subject: |
[bug#49867] [PATCH 26/29] gnu: Add ocaml-lwt-ssl. |
Date: |
Thu, 05 Aug 2021 18:20:03 +0200 |
On Wed, Aug 04 2021, pukkamustard wrote:
> * gnu/packages/ocaml.scm (ocaml-lwt-ssl): New variable.
> ---
> gnu/packages/ocaml.scm | 26 ++++++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
>
> diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
> index d475b75287..cadd22cb9c 100644
> --- a/gnu/packages/ocaml.scm
> +++ b/gnu/packages/ocaml.scm
> @@ -7428,6 +7428,32 @@ establishing TCP and SSL/TLS connections from
> @code{ocaml-conduit} using
> deprecated for @code{ocaml-logs}.")
> (license license:lgpl2.1)))
>
> +(define-public ocaml-lwt-ssl
> + (package
> + (name "ocaml-lwt-ssl")
> + (version "1.1.3")
> + (home-page "https://github.com/ocsigen/lwt_ssl")
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url home-page)
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "0v417ch5zn0yknj156awa5mrq3mal08pbrvsyribbn63ix6f9y3p"))))
> + (build-system dune-build-system)
> + (arguments `(#:test-target "."))
> + (propagated-inputs
> + `(("ocaml-lwt" ,ocaml-lwt)
> + ("ocaml-ssl" ,ocaml-ssl)))
> + (properties `((upstream-name . "lwt_ssl")))
> + (synopsis "OpenSSL binding for OCaml with concurrent I/O")
> + (description "An Lwt-enabled wrapper around @code{ocaml-ssl}, that
> +performs I/O concurrently.")
Write a complete sentence, maybe
This OCaml library provides an Lwt-enabled…
?
signature.asc
Description: PGP signature
- [bug#49867] [PATCH 27/29] gnu: Add ocaml-conduit-lwt-unix., (continued)
[bug#49867] [PATCH 24/29] gnu: Add ocaml-ca-certs., pukkamustard, 2021/08/04
[bug#49867] [PATCH 20/29] gnu: Add ocaml-gmap., pukkamustard, 2021/08/04
[bug#49867] [PATCH 23/29] gnu: Add ocaml-x509., pukkamustard, 2021/08/04
[bug#49867] [PATCH 26/29] gnu: Add ocaml-lwt-ssl., pukkamustard, 2021/08/04
[bug#49867] [PATCH 29/29] gnu: Add ocaml-cohttp-lwt-unix, pukkamustard, 2021/08/04
[bug#49867] [PATCH 00/29] gnu: Add ocaml-cohttp-lwt-unix., Xinglu Chen, 2021/08/05