gnu: Add dune-private-libs.
* gnu/packages/ocaml.scm (dune-private-libs): New variable. Change-Id: I6d2b62745459626d5d1363c1251449b959f8a544
This commit is contained in:
parent
d7bd8c86c3
commit
34327bb715
1 changed files with 14 additions and 0 deletions
|
@ -2073,6 +2073,20 @@ (define-public dune-stdune
|
|||
(synopsis "Unstable standard library from Dune")
|
||||
(description "This library implements the standard functions used by Dune.")))
|
||||
|
||||
(define-public dune-private-libs
|
||||
(package
|
||||
(inherit dune-ordering)
|
||||
(name "dune-private-libs")
|
||||
(build-system dune-build-system)
|
||||
(arguments
|
||||
`(#:package "dune-private-libs"
|
||||
#:tests? #f))
|
||||
(native-inputs (list dune-stdune ocaml-ppx-expect ocaml-ppx-inline-test))
|
||||
(synopsis "Private libraries of Dune")
|
||||
(description "This package contains code that is shared between various
|
||||
dune packages. However, it is not meant for public consumption and provides
|
||||
no stability guarantee.")))
|
||||
|
||||
(define-public ocaml-csexp
|
||||
(package
|
||||
(name "ocaml-csexp")
|
||||
|
|
Loading…
Reference in a new issue