me
/
guix
Archived
1
0
Fork 0

gnu: npiet: Edit description.

* gnu/packages/piet.scm (npiet)[description]: Capitalise language names
and use @command{} mark-up.
master
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
1 changed files with 7 additions and 7 deletions

View File

@ -59,17 +59,17 @@
(native-inputs `(("groff" ,groff)))
(synopsis "Piet interpreter")
(description
"Npiet is an interpreter for the piet programming language. Instead of
text, piet programs are pictures. Commands are determined based on changes in
"Npiet is an interpreter for the Piet programming language. Instead of
text, Piet programs are pictures. Commands are determined based on changes in
color.
This package includes:
@enumerate
@item npiet, a piet interpreter with debugging capabilities
@item npiet-foogol, a program that builds a piet program from foogol, an
algol-like language
@item npietedit, an editor for the piet programming language
@end enumerate")
@item @command{npiet}, a Piet interpreter with debugging capabilities
@item @command{npiet-foogol}, a program that builds a Piet program from Foogol,
an Algol-like language
@item @command{npietedit}, an editor for Piet programs.
@end enumerate\n")
(home-page "https://www.bertnase.de/npiet/")
(license license:gpl2+)))