[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60683] [PATCH 13/39] gnu: Add ocaml-mirage-time.
From: |
Csepp |
Subject: |
[bug#60683] [PATCH 13/39] gnu: Add ocaml-mirage-time. |
Date: |
Mon, 9 Jan 2023 01:35:03 +0100 |
From: raingloom <raingloom@riseup.net>
* gnu/packages/ocaml.scm (ocaml-mirage-time): New variable.
---
gnu/packages/ocaml.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 83413fa541..53252aac03 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3809,6 +3809,25 @@ (define-public ocaml-duration
provided check the input and raise on negative or out of bound input.")
(license license:isc)))
+(define-public ocaml-mirage-time
+ (package
+ (name "ocaml-mirage-time")
+ (version "3.0.0")
+ (source (origin
+ (method url-fetch)
+ (uri
+
"https://github.com/mirage/mirage-time/releases/download/v3.0.0/mirage-time-v3.0.0.tbz")
+ (sha256
+ (base32
+ "0z5xkhlgyhm22wyhwpf9r0rn4125cc3cxj6ccavyiiz2b2dr8h0d"))))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-lwt ocaml-duration))
+ (home-page "https://github.com/mirage/mirage-time")
+ (synopsis "Time operations for MirageOS")
+ (description
+ "Defines the signature for time-related operations for MirageOS.")
+ (license license:isc)))
+
(define-public ocaml-mirage-unix
(package
(name "ocaml-mirage-unix")
--
2.38.1
- [bug#60674] [PATCH 04/39] gnu: Add ocaml-opam-monorepo., (continued)
- [bug#60674] [PATCH 04/39] gnu: Add ocaml-opam-monorepo., Csepp, 2023/01/08
- [bug#60675] [PATCH 05/39] gnu: Add ocaml-pecu., Csepp, 2023/01/08
- [bug#60672] [PATCH 03/39] gnu: Add ocaml-ipaddr., Csepp, 2023/01/08
- [bug#60676] [PATCH 06/39] gnu: Add ocaml-emile., Csepp, 2023/01/08
- [bug#60678] [PATCH 08/39] gnu: Add ocaml-mirage-runtime., Csepp, 2023/01/08
- [bug#60681] [PATCH 11/39] gnu: Add ocaml-duration., Csepp, 2023/01/08
- [bug#60677] [PATCH 07/39] gnu: Add ocaml-functoria-runtime, Csepp, 2023/01/08
- [bug#60679] [PATCH 09/39] gnu: Add ocaml-functoria., Csepp, 2023/01/08
- [bug#60680] [PATCH 10/39] gnu: Add ocaml-mirage., Csepp, 2023/01/08
- [bug#60682] [PATCH 12/39] gnu: Add ocaml-mirage-unix., Csepp, 2023/01/08
- [bug#60683] [PATCH 13/39] gnu: Add ocaml-mirage-time.,
Csepp <=
- [bug#60673] [PATCH 14/39] gnu: Add aliases for ocaml-cstruct and ocaml-lwt subpackages., Csepp, 2023/01/08
- [bug#60673] [PATCH 17/39] gnu: Add ocaml-mirage-profile., Csepp, 2023/01/08
- [bug#60673] [PATCH 21/39] gnu: Add ocaml-sexp-pretty., Csepp, 2023/01/08
- [bug#60673] [PATCH 28/39] gnu: Add ocaml-textutils., Csepp, 2023/01/08
- [bug#60673] [PATCH 25/39] gnu: Add ocaml-async-kernel., Csepp, 2023/01/08
- [bug#60673] [PATCH 39/39] gnu: Add ocaml-mirage-bootvar-unix., Csepp, 2023/01/08
- [bug#60673] [PATCH 23/39] gnu: Add ocaml-intrinsics., Csepp, 2023/01/08
- [bug#60673] [PATCH 19/39] gnu: Add ocaml-ptime., Csepp, 2023/01/08
- [bug#60673] [PATCH 24/39] gnu: Add ocaml-core-unix., Csepp, 2023/01/08
- [bug#60673] [PATCH 31/39] gnu: Add ocaml-async., Csepp, 2023/01/08