all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: soeren@soeren-tempel.net
To: 68908@debbugs.gnu.org
Cc: Julien Lepiller <julien@lepiller.eu>,
	pukkamustard <pukkamustard@posteo.net>
Subject: [bug#68908] [PATCH] gnu: Add ocaml-stdune.
Date: Sat,  3 Feb 2024 16:12:03 +0100	[thread overview]
Message-ID: <ade1d9a963c3f0d89136c6639cc48fc774d0e0ed.1706972151.git.soeren@soeren-tempel.net> (raw)
In-Reply-To: <cover.1706972151.git.soeren@soeren-tempel.net>

From: Sören Tempel <soeren@soeren-tempel.net>

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

Signed-off-by: Sören Tempel <soeren@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)




  parent reply	other threads:[~2024-02-03 15:13 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 15:03 [bug#68908] [PATCH] Add BINSEC soeren
2024-02-03 15:11 ` [bug#68908] [PATCH] gnu: Add ocaml-iso8601 soeren
2024-02-03 15:11 ` [bug#68908] [PATCH] gnu: Add ocaml-toml soeren
2024-02-03 15:11 ` [bug#68908] [PATCH] gnu: Add ocaml-pp soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-grain-dypgen soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-ordering soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-dyn soeren
2024-02-03 15:12 ` soeren [this message]
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-dune-private-libs soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add ocaml-dune-site soeren
2024-02-03 15:12 ` [bug#68908] [PATCH] gnu: Add binsec soeren
2024-02-03 21:52 ` [bug#68908] [PATCH] Add BINSEC Julien Lepiller
2024-02-11 16:32 ` bug#68908: " Julien Lepiller
2024-02-12  8:41   ` [bug#68908] " Sören Tempel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ade1d9a963c3f0d89136c6639cc48fc774d0e0ed.1706972151.git.soeren@soeren-tempel.net \
    --to=soeren@soeren-tempel.net \
    --cc=68908@debbugs.gnu.org \
    --cc=julien@lepiller.eu \
    --cc=pukkamustard@posteo.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.