[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49867] [PATCH 25/29] gnu: Add ocaml-lwt-log.
From: |
pukkamustard |
Subject: |
[bug#49867] [PATCH 25/29] gnu: Add ocaml-lwt-log. |
Date: |
Wed, 4 Aug 2021 07:15:41 +0000 |
* gnu/packages/ocaml.scm (ocaml-lwt-log): New variable.
---
gnu/packages/ocaml.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index e832adc069..d475b75287 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7404,6 +7404,30 @@ establishing TCP and SSL/TLS connections from
@code{ocaml-conduit} using
@code{ocaml-lwt}.")
(license license:isc)))
+(define-public ocaml-lwt-log
+ (package
+ (name "ocaml-lwt-log")
+ (version "1.1.1")
+ (home-page "https://github.com/ocsigen/lwt_log")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1n12i1rmn9cjn6p8yr6qn5dwbrwvym7ckr7bla04a1xnq8qlcyj7"))))
+ (build-system dune-build-system)
+ (arguments `(#:test-target "."))
+ (propagated-inputs `(("ocaml-lwt" ,ocaml-lwt)))
+ (properties `((upstream-name . "lwt_log")))
+ (synopsis "OCaml/Lwt logging library (deprecated)")
+ (description "This OCaml library provides helpers for logging is
+deprecated for @code{ocaml-logs}.")
+ (license license:lgpl2.1)))
+
(define-public ocaml-eqaf
(package
(name "ocaml-eqaf")
--
2.32.0
- [bug#49867] [PATCH 22/29] gnu: Add ocaml-cstruct-unix., (continued)
[bug#49867] [PATCH 17/29] gnu: Add ocaml-ppx-deriving., pukkamustard, 2021/08/04
[bug#49867] [PATCH 16/29] gnu: Add ocaml-asn1-combinators., pukkamustard, 2021/08/04
[bug#49867] [PATCH 19/29] gnu: Add ocaml-mirage-crypto-ec., pukkamustard, 2021/08/04
[bug#49867] [PATCH 18/29] gnu: Add ocaml-ppx-deriving-yojson., pukkamustard, 2021/08/04
[bug#49867] [PATCH 12/29] gnu: Add ocaml-randomconv., pukkamustard, 2021/08/04
[bug#49867] [PATCH 15/29] gnu: Add ocaml-ptime., pukkamustard, 2021/08/04
[bug#49867] [PATCH 25/29] gnu: Add ocaml-lwt-log.,
pukkamustard <=
[bug#49867] [PATCH 28/29] gnu: Add ocaml-magic-mime., pukkamustard, 2021/08/04
[bug#49867] [PATCH 27/29] gnu: Add ocaml-conduit-lwt-unix., pukkamustard, 2021/08/04
[bug#49867] [PATCH 24/29] gnu: Add ocaml-ca-certs., pukkamustard, 2021/08/04