[bug#68908] gnu: Add ocaml-dyn.
Commit Message
From: Sören Tempel <soeren@soeren-tempel.net>
* gnu/packages/ocaml.scm (ocaml-dyn): New variable.
Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
---
gnu/packages/ocaml.scm | 14 ++++++++++++++
1 file changed, 14 insertions(+)
@@ -8319,6 +8319,20 @@ (define-public ocaml-ordering
(description "Element ordering library provided by Dune.")
(license license:expat)))
+(define-public ocaml-dyn
+ (package
+ (inherit dune)
+ (name "ocaml-dyn")
+ (build-system dune-build-system)
+ (arguments
+ '(#:package "dyn"
+ ;; No separate test suite from dune.
+ #:tests? #f))
+ (propagated-inputs (list ocaml-ordering ocaml-pp ocaml-odoc))
+ (synopsis "Dynamic type")
+ (description "Dynamic type")
+ (license license:expat)))
+
(define-public ocaml-dune-build-info
(package
(inherit dune)