gnu: npiet: Edit description.
* gnu/packages/piet.scm (npiet)[description]: Capitalise language names and use @command{} mark-up.
This commit is contained in:
parent
30be89635e
commit
2f6b0adbe7
1 changed files with 7 additions and 7 deletions
|
@ -59,17 +59,17 @@
|
||||||
(native-inputs `(("groff" ,groff)))
|
(native-inputs `(("groff" ,groff)))
|
||||||
(synopsis "Piet interpreter")
|
(synopsis "Piet interpreter")
|
||||||
(description
|
(description
|
||||||
"Npiet is an interpreter for the piet programming language. Instead of
|
"Npiet is an interpreter for the Piet programming language. Instead of
|
||||||
text, piet programs are pictures. Commands are determined based on changes in
|
text, Piet programs are pictures. Commands are determined based on changes in
|
||||||
color.
|
color.
|
||||||
|
|
||||||
This package includes:
|
This package includes:
|
||||||
@enumerate
|
@enumerate
|
||||||
@item npiet, a piet interpreter with debugging capabilities
|
@item @command{npiet}, a Piet interpreter with debugging capabilities
|
||||||
@item npiet-foogol, a program that builds a piet program from foogol, an
|
@item @command{npiet-foogol}, a program that builds a Piet program from Foogol,
|
||||||
algol-like language
|
an Algol-like language
|
||||||
@item npietedit, an editor for the piet programming language
|
@item @command{npietedit}, an editor for Piet programs.
|
||||||
@end enumerate")
|
@end enumerate\n")
|
||||||
(home-page "https://www.bertnase.de/npiet/")
|
(home-page "https://www.bertnase.de/npiet/")
|
||||||
(license license:gpl2+)))
|
(license license:gpl2+)))
|
||||||
|
|
||||||
|
|
Reference in a new issue