mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
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 @@ (define-public npiet
|
|||
(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+)))
|
||||
|
||||
|
|
Loading…
Reference in a new issue