gnu: ocaml-compiler-libs: Add upstream name.

* gnu/packages/ocaml.scm (ocaml-compiler-libs)[properties]: New field.
This commit is contained in:
Julien Lepiller 2019-04-26 23:10:38 +02:00
parent 1e5937c8c0
commit d9faae6254
No known key found for this signature in database
GPG Key ID: 43111F4520086A0C
1 changed files with 1 additions and 0 deletions

View File

@ -3820,6 +3820,7 @@ provided by companion libraries such as
(build-system dune-build-system)
(arguments
'(#:tests? #f)) ;no tests
(properties `((upstream-name . "ocaml-compiler-libs")))
(synopsis "Compiler libraries repackaged")
(description "This packaeg simply repackages the OCaml compiler libraries
so they don't expose everything at toplevel. For instance, @code{Ast_helper}