mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: camlboot: Fix typo in synopsis.
* gnu/packages/ocaml.scm (camlboot)[synopsis]: Fix typo.
This commit is contained in:
parent
e5852655b8
commit
871012000c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
|||
(properties
|
||||
`((max-silent-time . 14400))) ; 4 hours, expected even on x86_64
|
||||
(home-page "https://github.com/Ekdohibs/camlboot")
|
||||
(synopsis "OCaml souce bootstrap")
|
||||
(synopsis "OCaml source bootstrap")
|
||||
(description "OCaml is written in OCaml. Its sources contain a pre-compiled
|
||||
bytecode version of @command{ocamlc} and @command{ocamllex} that are used to
|
||||
build the next version of the compiler. Camlboot implements a bootstrap for
|
||||
|
|
Loading…
Reference in a new issue