[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/34: gnu: Add dune-dyn.
From: |
guix-commits |
Subject: |
28/34: gnu: Add dune-dyn. |
Date: |
Thu, 8 Feb 2024 17:25:46 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 1cbb3fd8f0dd4511d52b07dd1937e167b522fa76
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Jan 10 08:43:29 2024 +0100
gnu: Add dune-dyn.
* gnu/packages/ocaml.scm (dune-dyn): New variable.
Change-Id: I34907a758c146d9f18ab5807c069dfe104e6854f
---
gnu/packages/ocaml.scm | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index aaa9e23982..55bf4bfbeb 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2047,6 +2047,19 @@ about.")
(synopsis "Dune element ordering")
(description "This library represents element ordering in OCaml.")))
+(define-public dune-dyn
+ (package
+ (inherit dune-ordering)
+ (name "dune-dyn")
+ (build-system dune-build-system)
+ (arguments
+ `(#:package "dyn"
+ ;; Tests have a cyclic dependency on stdune
+ #:tests? #f))
+ (propagated-inputs (list ocaml-pp dune-ordering))
+ (synopsis "Dune dynamic types")
+ (description "This library represents dynamic types in OCaml.")))
+
(define-public ocaml-csexp
(package
(name "ocaml-csexp")
- 07/34: gnu: Update coq-stdpp to 1.8.0., (continued)
- 07/34: gnu: Update coq-stdpp to 1.8.0., guix-commits, 2024/02/08
- 10/34: gnu: dune-bootstrap: Update to 3.11.0., guix-commits, 2024/02/08
- 11/34: gnu: opam: Split build into smaller sub-packages., guix-commits, 2024/02/08
- 12/34: gnu: ocaml-alcotest: Update to 1.7.0., guix-commits, 2024/02/08
- 15/34: gnu: Add ocaml-ppx-stable-witness., guix-commits, 2024/02/08
- 17/34: gnu: ocaml-ppx-bin-prot: Update to 0.16.0., guix-commits, 2024/02/08
- 18/34: gnu: ocaml-jst-config: Update to 0.16.0., guix-commits, 2024/02/08
- 21/34: gnu: Add ocaml-junit., guix-commits, 2024/02/08
- 26/34: gnu: Add ocaml-pp., guix-commits, 2024/02/08
- 29/34: gnu: Add dune-stdune., guix-commits, 2024/02/08
- 28/34: gnu: Add dune-dyn.,
guix-commits <=
- 24/34: gnu: Add ocaml-ppx-deriving-yaml., guix-commits, 2024/02/08
- 31/34: gnu: Add dune-site., guix-commits, 2024/02/08
- 30/34: gnu: Add dune-private-libs., guix-commits, 2024/02/08