mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: ocaml-compiler-libs: Fix typo "package".
* gnu/packages/ocaml (ocaml-compiler-libs)[description]: Fix typo.
This commit is contained in:
parent
86912a67ac
commit
37c5b197bb
1 changed files with 1 additions and 1 deletions
|
@ -3846,7 +3846,7 @@ (define-public ocaml-compiler-libs
|
||||||
'(#:tests? #f)) ;no tests
|
'(#:tests? #f)) ;no tests
|
||||||
(properties `((upstream-name . "ocaml-compiler-libs")))
|
(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 package 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}
|
||||||
is now @code{Ocaml_common.Ast_helper}.")
|
is now @code{Ocaml_common.Ast_helper}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Loading…
Reference in a new issue