gnu: Add dune-site.
* gnu/packages/ocaml.scm (dune-site): New variable. Change-Id: Idbb555f023a179d52bcf6839c7f37506813ae2b4master
parent
34327bb715
commit
594a412231
|
@ -2087,6 +2087,19 @@ about.")
|
||||||
dune packages. However, it is not meant for public consumption and provides
|
dune packages. However, it is not meant for public consumption and provides
|
||||||
no stability guarantee.")))
|
no stability guarantee.")))
|
||||||
|
|
||||||
|
(define-public dune-site
|
||||||
|
(package
|
||||||
|
(inherit dune-ordering)
|
||||||
|
(name "dune-site")
|
||||||
|
(build-system dune-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:package "dune-site"
|
||||||
|
#:tests? #f))
|
||||||
|
(propagated-inputs (list dune-private-libs))
|
||||||
|
(synopsis "Location information embedder")
|
||||||
|
(description "This library helps embed location information inside
|
||||||
|
executables and libraries")))
|
||||||
|
|
||||||
(define-public ocaml-csexp
|
(define-public ocaml-csexp
|
||||||
(package
|
(package
|
||||||
(name "ocaml-csexp")
|
(name "ocaml-csexp")
|
||||||
|
|
Reference in New Issue