Archived
1
0
Fork 0

gnu: npiet: Edit description.

* gnu/packages/piet.scm (npiet)[description]: Capitalise language names
and use @command{} mark-up.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-09 13:22:33 +01:00
parent 30be89635e
commit 2f6b0adbe7
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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+)))