[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/34: gnu: dune-bootstrap: Update to 3.11.0.
From: |
guix-commits |
Subject: |
10/34: gnu: dune-bootstrap: Update to 3.11.0. |
Date: |
Thu, 8 Feb 2024 17:25:44 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit e673ab8d40187d547deb327341f7cb658ccaef1b
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Wed Jan 10 08:43:11 2024 +0100
gnu: dune-bootstrap: Update to 3.11.0.
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 3.10.0.
[description]: Revise and de-emphasize historic origin.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
Change-Id: If7268231b4d699b4e62fd1c72a8abf5cec4e6af8
---
gnu/packages/ocaml.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 85881afa42..dd56908b0c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1716,7 +1716,7 @@ full_split, cut, rcut, etc..")
(define-public dune-bootstrap
(package
(name "dune")
- (version "3.6.1")
+ (version "3.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1725,7 +1725,7 @@ full_split, cut, rcut, etc..")
(file-name (git-file-name name version))
(sha256
(base32
- "0gv851wxbv5ln20429nj7p92spzxgw8vngg9z94q39aawn6q8lx6"))))
+ "12k8k2964s1z05mj71f9imwyvk0jyh5h6mpw4hpyr2d73iw53ink"))))
(build-system ocaml-build-system)
(arguments
`(#:tests? #f; require odoc
@@ -1742,9 +1742,10 @@ full_split, cut, rcut, etc..")
#t)))))
(home-page "https://github.com/ocaml/dune")
(synopsis "OCaml build system")
- (description "Dune is a build system that was designed to simplify the
-release of Jane Street packages. It reads metadata from @file{dune} files
-following a very simple s-expression syntax.")
+ (description "Dune is a build system for OCaml. It provides a consistent
+experience and takes care of the low-level details of OCaml compilation.
+Descriptions of projects, libraries and executables are provided in
+@file{dune} files following an s-expression syntax.")
(properties '((hidden? . #t)))
(license license:expat)))
- 27/34: gnu: Add dune-ordering., (continued)
- 27/34: gnu: Add dune-ordering., guix-commits, 2024/02/08
- 20/34: gnu: Add ocaml-ppx-deriving-yojson., guix-commits, 2024/02/08
- 22/34: gnu: Add ocaml-junit-alcotest., guix-commits, 2024/02/08
- 32/34: gnu: frama-c: Update to 27.1., guix-commits, 2024/02/08
- 33/34: gnu: ocaml-base64: Update to 3.5.1., guix-commits, 2024/02/08
- 34/34: gnu: opam: Update to 2.1.5., guix-commits, 2024/02/08
- 25/34: gnu: Add ocaml-ppx-import., guix-commits, 2024/02/08
- 06/34: gnu: Update coq-autosubst to 1.8., guix-commits, 2024/02/08
- 02/34: gnu: Update coq-flocq to 4.1.1., guix-commits, 2024/02/08
- 07/34: gnu: Update coq-stdpp to 1.8.0., guix-commits, 2024/02/08
- 10/34: gnu: dune-bootstrap: Update to 3.11.0.,
guix-commits <=
- 11/34: gnu: opam: Split build into smaller sub-packages., guix-commits, 2024/02/08
- 12/34: gnu: ocaml-alcotest: Update to 1.7.0., guix-commits, 2024/02/08
- 15/34: gnu: Add ocaml-ppx-stable-witness., guix-commits, 2024/02/08
- 17/34: gnu: ocaml-ppx-bin-prot: Update to 0.16.0., guix-commits, 2024/02/08
- 18/34: gnu: ocaml-jst-config: Update to 0.16.0., guix-commits, 2024/02/08
- 21/34: gnu: Add ocaml-junit., guix-commits, 2024/02/08
- 26/34: gnu: Add ocaml-pp., guix-commits, 2024/02/08
- 29/34: gnu: Add dune-stdune., guix-commits, 2024/02/08
- 28/34: gnu: Add dune-dyn., guix-commits, 2024/02/08
- 24/34: gnu: Add ocaml-ppx-deriving-yaml., guix-commits, 2024/02/08