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

View file

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