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
|
||||
(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 a new issue