mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add dune-stdune.
* gnu/packages/ocaml.scm (dune-stdune): New variable. Change-Id: I8993bd7157f6edd0f02d5c9a5bbc54915918ff15
This commit is contained in:
parent
1cbb3fd8f0
commit
d7bd8c86c3
1 changed files with 13 additions and 0 deletions
|
@ -2060,6 +2060,19 @@ about.")
|
||||||
(synopsis "Dune dynamic types")
|
(synopsis "Dune dynamic types")
|
||||||
(description "This library represents dynamic types in OCaml.")))
|
(description "This library represents dynamic types in OCaml.")))
|
||||||
|
|
||||||
|
(define-public dune-stdune
|
||||||
|
(package
|
||||||
|
(inherit dune-ordering)
|
||||||
|
(name "dune-stdune")
|
||||||
|
(build-system dune-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:package "stdune"
|
||||||
|
;; Tests have a cyclic dependency on itself
|
||||||
|
#:tests? #f))
|
||||||
|
(propagated-inputs (list dune-dyn ocaml-pp))
|
||||||
|
(synopsis "Unstable standard library from Dune")
|
||||||
|
(description "This library implements the standard functions used by Dune.")))
|
||||||
|
|
||||||
(define-public ocaml-csexp
|
(define-public ocaml-csexp
|
||||||
(package
|
(package
|
||||||
(name "ocaml-csexp")
|
(name "ocaml-csexp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue