GNU bug report logs - #64249
[PATCH ocaml-team 1/2] gnu: ocaml: Update to 4.14.1.

Previous Next

Package: guix-patches;

Reported by: pukkamustard <pukkamustard <at> posteo.net>

Date: Fri, 23 Jun 2023 13:45:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ds-ac <at> nanein.fr
To: 64249 <at> debbugs.gnu.org
Cc: pukkamustard <at> posteo.net, Arnaud DABY-SEESARAM <ds-ac <at> nanein.fr>, Josselin Poiret <dev <at> jpoiret.xyz>, Julien Lepiller <julien <at> lepiller.eu>
Subject: [bug#64249] [PATCH 8/9] gnu: Add ocaml-dune-site.
Date: Sun, 24 Dec 2023 17:43:43 +0100
From: Arnaud DABY-SEESARAM <ds-ac <at> nanein.fr>

* gnu/packages/ocaml.scm (ocaml-dune-site): New variable.

Change-Id: I6fa740c1595c9bbdcd55717bddf24d825263ac41
---
 gnu/packages/ocaml.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f21285171c3..e222b6f27f0 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2020,6 +2020,21 @@ (define-public dune-configurator
 @item generate config.h file
 @end itemize")))
 
+(define-public ocaml-dune-site
+  (package
+    (inherit dune-bootstrap)
+    (name "ocaml-dune-site")
+    (build-system dune-build-system)
+    (arguments
+     `(#:phases (modify-phases %standard-phases
+                  ;; Tests fail.
+                  (delete 'check))))
+    (propagated-inputs (list dune-common ocaml-odoc ocaml-lwt))
+    (home-page "https://github.com/ocaml/dune")
+    (synopsis "Embed locations information inside executable and libraries")
+    (description #f)
+    (license license:expat)))
+
 (define-public ocaml4.09-dune-configurator
   (package
     (inherit dune-configurator)
-- 
2.41.0





This bug report was last modified 1 year and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.