[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
23/25: gnu: Add ocaml-timezone.
From: |
guix-commits |
Subject: |
23/25: gnu: Add ocaml-timezone. |
Date: |
Mon, 11 Apr 2022 06:18:53 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 0d7b065b1e5412e1e85d049e222402ecca2d0a6f
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Apr 8 15:23:03 2022 +0200
gnu: Add ocaml-timezone.
* gnu/packages/ocaml.scm (ocaml-timezone): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/ocaml.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index be6477edbe..c1e30ba88f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6976,6 +6976,28 @@ the full Core is not available, such as in Javascript.")
;; MLton and sjs
license:expat)))))
+(define-public ocaml-timezone
+ (package
+ (name "ocaml-timezone")
+ (version "0.14.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/janestreet/timezone")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0zf075k94nk2wxnzpxia7pnm655damwp1b58xf2s9disia1ydxg7"))))
+ (build-system dune-build-system)
+ (propagated-inputs (list ocaml-core-kernel ocaml-ppx-jane))
+ (home-page "https://github.com/janestreet/timezone")
+ (synopsis "Time-zone handling")
+ (description
+ "Timezone handles parsing timezone data and create @code{Timezone.t}
+that can later be used to manipulate time in core_kernel or core.")
+ (license license:expat)))
+
(define-public ocaml-markup
(package
(name "ocaml-markup")
- 16/25: gnu: Add ocaml-ppx-sexp-message., (continued)
- 16/25: gnu: Add ocaml-ppx-sexp-message., guix-commits, 2022/04/11
- 19/25: gnu: Add ocaml-ppx-fail., guix-commits, 2022/04/11
- 21/25: gnu: Add ocaml-base-bigstring., guix-commits, 2022/04/11
- 08/25: gnu: Add ocaml-ppx-stable., guix-commits, 2022/04/11
- 20/25: gnu: Add ocaml-ppx-jane., guix-commits, 2022/04/11
- 24/25: gnu: ocaml-jane-street-headers: Add variant., guix-commits, 2022/04/11
- 13/25: gnu: Add ocaml-ppx-bin-prot., guix-commits, 2022/04/11
- 14/25: gnu: Add ocaml-ppx-bench., guix-commits, 2022/04/11
- 15/25: gnu: Add ocaml-ppx-sexp-value., guix-commits, 2022/04/11
- 22/25: gnu: Add ocaml-core-kernel., guix-commits, 2022/04/11
- 23/25: gnu: Add ocaml-timezone.,
guix-commits <=
- 25/25: gnu: Add ocaml-core., guix-commits, 2022/04/11