GNU bug report logs -
#68908
[PATCH] Add BINSEC.
Previous Next
Reported by: soeren <at> soeren-tempel.net
Date: Sat, 3 Feb 2024 15:05:02 UTC
Severity: normal
Tags: patch
Done: Julien Lepiller <julien <at> lepiller.eu>
Bug is archived. No further changes may be made.
Full log
Message #26 received at 68908 <at> debbugs.gnu.org (full text, mbox):
From: Sören Tempel <soeren <at> soeren-tempel.net>
* gnu/packages/ocaml.scm (ocaml-stdune): New variable.
Signed-off-by: Sören Tempel <soeren <at> soeren-tempel.net>
---
gnu/packages/ocaml.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 93b38b1442..4d61610335 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8333,6 +8333,23 @@ (define-public ocaml-dyn
(description "Dynamic type")
(license license:expat)))
+(define-public ocaml-stdune
+ (package
+ (inherit dune)
+ (name "ocaml-stdune")
+ (build-system dune-build-system)
+ (arguments
+ '(#:package "stdune"
+ ;; No separate test suite from dune.
+ #:tests? #f))
+ (propagated-inputs (list ocaml-dyn ocaml-ordering ocaml-pp ocaml-csexp
+ ocaml-odoc))
+ (synopsis "Dune's unstable standard library")
+ (description
+ "This library ships the Dune standard library, the library does not
+provide any backwards compatibility or stability guarantees.")
+ (license license:expat)))
+
(define-public ocaml-dune-build-info
(package
(inherit dune)
This bug report was last modified 1 year and 99 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.