GNU bug report logs -
#49867
[PATCH 00/29] gnu: Add ocaml-cohttp-lwt-unix.
Previous Next
Reported by: pukkamustard <pukkamustard <at> posteo.net>
Date: Wed, 4 Aug 2021 07:12:01 UTC
Severity: normal
Tags: patch
Done: pukkamustard <pukkamustard <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
Message #32 received at 49867 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ocaml.scm (ocaml-conduit): New variable.
---
gnu/packages/ocaml.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7e3abcacb1..f5723bdf09 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7278,6 +7278,38 @@ C-like structures using the @code{ocaml-cstruct} library.")))
(description "This OCaml library provides functions for manipulating as
S-expressions using the @code{ocaml-sexp} library.")))
+(define-public ocaml-conduit
+ (package
+ (name "ocaml-conduit")
+ (version "4.0.0")
+ (home-page "https://github.com/mirage/ocaml-conduit")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0ipm6fkmvgsyfj5f5p057av8kykli5rh8qzw7ycdrakdk7gzvhi0"))))
+ (build-system dune-build-system)
+ (arguments `(#:package "conduit"
+ #:test-target "."))
+ (propagated-inputs
+ `(("ocaml-ppx-sexp-conv" ,ocaml-ppx-sexp-conv)
+ ("ocaml-sexplib" ,ocaml-sexplib)
+ ("ocaml-astring" ,ocaml-astring)
+ ("ocaml-uri" ,ocaml-uri)
+ ("ocaml-logs" ,ocaml-logs)
+ ("ocaml-ipaddr" ,ocaml-ipaddr)
+ ("ocaml-ipaddr-sexp" ,ocaml-ipaddr-sexp)))
+ (synopsis "OCaml library for establishing TCP and SSL/TLS connections")
+ (description "This OCaml library provides an abstraction for establishing
+TCP and SSL/TLS connections. This allows using the same type signatures
+regardless of the SSL library or platform being used.")
+ (license license:isc)))
+
(define-public js-of-ocaml
(package
(name "js-of-ocaml")
--
2.32.0
This bug report was last modified 3 years and 249 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.