ludo@gnu.org (Ludovic Courtès) writes: > Kei Kebreau skribis: > >> * gnu/packages/games.scm (golly): New variable. > > [...] > >> + (description >> + "Golly simulates Conway's Game of Life and many other types of cellular >> +automata. The following features are available: >> +@enumerate >> +@item Support for bounded and unbounded universes, with cells of up to 256 >> + states. >> +@item Support for multiple algorithms, including Bill Gosper's Hashlife >> + algorithm. >> +@item Loading patterns from BMP, PNG, GIF and TIFF image files. >> +@item Reading RLE, macrocell, Life 1.05/1.06, dblife and MCell files. >> +@item Scriptable via Lua or Python. >> +@item Extracting patterns, rules and scripts from zip files. >> +@item Downloading patterns, rules and scripts from online archives. >> +@item Pasting patterns from the clipboard. >> +@item Unlimited undo/redo. >> +@item Configurable keyboard shortcuts. >> +@item Auto fit option to keep patterns within the view. >> +@end enumerate.") > ^ > I think this period is not syntactically valid and must be removed. You are correct. > > Apart from that it LGTM, thanks! > > Ludo’. Pushed with corrections. Thanks for reviewing!