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
|
@ -3846,7 +3846,7 @@ provided by companion libraries such as
|
|||
'(#:tests? #f)) ;no tests
|
||||
(properties `((upstream-name . "ocaml-compiler-libs")))
|
||||
(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}
|
||||
is now @code{Ocaml_common.Ast_helper}.")
|
||||
(license license:expat)))
|
||||
|
|
Loading…
Reference in New Issue