summaryrefslogtreecommitdiff
path: root/gnu/packages/mes.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-06-26 16:04:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-06-26 17:40:31 +0200
commitc3dbf94143bc20bb23787a8f17dbf0e71287daa3 (patch)
treea4d21777b650d4fc530b6c30440a242dba791cc3 /gnu/packages/mes.scm
parent5fd319fb7b77bd1aca9854b9d398b1abf492d10b (diff)
downloadguix-patches-c3dbf94143bc20bb23787a8f17dbf0e71287daa3.tar
guix-patches-c3dbf94143bc20bb23787a8f17dbf0e71287daa3.tar.gz
gnu: nyacc: Update description for versions >= 1.00.
Fixes <http://issues.guix.gnu.org/49230>. * gnu/packages/mes.scm (nyacc)[description]: Adopt current upstream text.
Diffstat (limited to 'gnu/packages/mes.scm')
-rw-r--r--gnu/packages/mes.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm
index 2defb45ff1..e063e402b8 100644
--- a/gnu/packages/mes.scm
+++ b/gnu/packages/mes.scm
@@ -117,7 +117,13 @@ extensive examples, including parsers for the Javascript and C99 languages.")
$prefix/share/guile/site/$GUILE_EFFECTIVE_VERSION\n"))
#t))))
(inputs
- `(("guile" ,guile-3.0)))))
+ `(("guile" ,guile-3.0)))
+ (description
+ "@acronym{NYACC, Not Yet Another Compiler Compiler} is set of Guile
+modules for generating parsers and lexical analyzers. It also provides sample
+parsers, pretty-printers using SXML trees as an intermediate representation, a
+decent C parser and an `FFI Helper' tool to help create Guile Scheme bindings
+for C-based libraries.")))
(define-public nyacc-1.00.2
(package