[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68908] [PATCH] gnu: Add ocaml-dune-site.
From: |
soeren |
Subject: |
[bug#68908] [PATCH] gnu: Add ocaml-dune-site. |
Date: |
Sat, 3 Feb 2024 16:12:05 +0100 |
From: Sören Tempel <soeren@soeren-tempel.net>
* gnu/packages/ocaml.scm (ocaml-dune-site): New variable.
Signed-off-by: Sören Tempel <soeren@soeren-tempel.net>
---
gnu/packages/ocaml.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f2d18d0205..8701b4cb23 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8369,6 +8369,21 @@ (define-public ocaml-dune-private-libs
Nonetheless, many OCaml packages depend on this library.")
(license license:expat)))
+(define-public ocaml-dune-site
+ (package
+ (inherit dune)
+ (name "ocaml-dune-site")
+ (build-system dune-build-system)
+ (arguments
+ '(#:package "dune-site"
+ ;; No separate test suite from dune.
+ #:tests? #f))
+ (propagated-inputs (list ocaml-dune-private-libs ocaml-odoc))
+ (synopsis "Embed locations information inside executable and libraries")
+ (description "This OCaml library allows embedding information inside
+executable binaries and libraries, it is provided by Dune.")
+ (license license:expat)))
+
(define-public ocaml-dune-build-info
(package
(inherit dune)
- [bug#68908] [PATCH] Add BINSEC., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-stdune., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-dune-private-libs., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-iso8601, soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-grain-dypgen., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-dyn., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-dune-site.,
soeren <=
- [bug#68908] [PATCH] gnu: Add ocaml-toml., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-ordering., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add ocaml-pp., soeren, 2024/02/03
- [bug#68908] [PATCH] gnu: Add binsec., soeren, 2024/02/03
- [bug#68908] [PATCH] Add BINSEC., Julien Lepiller, 2024/02/03
- bug#68908: [PATCH] Add BINSEC., Julien Lepiller, 2024/02/11