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: If7268231b4d699b4e62fd1c72a8abf5cec4e6af8master
parent
4b941ab3d5
commit
e673ab8d40
|
@ -1716,7 +1716,7 @@ full_split, cut, rcut, etc..")
|
||||||
(define-public dune-bootstrap
|
(define-public dune-bootstrap
|
||||||
(package
|
(package
|
||||||
(name "dune")
|
(name "dune")
|
||||||
(version "3.6.1")
|
(version "3.11.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1725,7 +1725,7 @@ full_split, cut, rcut, etc..")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gv851wxbv5ln20429nj7p92spzxgw8vngg9z94q39aawn6q8lx6"))))
|
"12k8k2964s1z05mj71f9imwyvk0jyh5h6mpw4hpyr2d73iw53ink"))))
|
||||||
(build-system ocaml-build-system)
|
(build-system ocaml-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f; require odoc
|
`(#:tests? #f; require odoc
|
||||||
|
@ -1742,9 +1742,10 @@ full_split, cut, rcut, etc..")
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "https://github.com/ocaml/dune")
|
(home-page "https://github.com/ocaml/dune")
|
||||||
(synopsis "OCaml build system")
|
(synopsis "OCaml build system")
|
||||||
(description "Dune is a build system that was designed to simplify the
|
(description "Dune is a build system for OCaml. It provides a consistent
|
||||||
release of Jane Street packages. It reads metadata from @file{dune} files
|
experience and takes care of the low-level details of OCaml compilation.
|
||||||
following a very simple s-expression syntax.")
|
Descriptions of projects, libraries and executables are provided in
|
||||||
|
@file{dune} files following an s-expression syntax.")
|
||||||
(properties '((hidden? . #t)))
|
(properties '((hidden? . #t)))
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Reference in New Issue