mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
|
(properties
|
||||||
`((max-silent-time . 14400))) ; 4 hours, expected even on x86_64
|
`((max-silent-time . 14400))) ; 4 hours, expected even on x86_64
|
||||||
(home-page "https://github.com/Ekdohibs/camlboot")
|
(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
|
(description "OCaml is written in OCaml. Its sources contain a pre-compiled
|
||||||
bytecode version of @command{ocamlc} and @command{ocamllex} that are used to
|
bytecode version of @command{ocamlc} and @command{ocamllex} that are used to
|
||||||
build the next version of the compiler. Camlboot implements a bootstrap for
|
build the next version of the compiler. Camlboot implements a bootstrap for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue