me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/ocaml.scm (ocaml-compiler-libs)[properties]: New field.
master
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) (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}