From: "Jakub Kądziołka" <kuba@kadziolka.net>
To: 42584@debbugs.gnu.org
Subject: [bug#42584] [PATCH] gnu: bison: Mention yacc in the description.
Date: Tue, 28 Jul 2020 18:25:01 +0200 [thread overview]
Message-ID: <20200728162501.30030-1-kuba@kadziolka.net> (raw)
This should help the user find the package if the goal is to satisfy a
dependency on yacc.
* gnu/packages/bison.scm (bison)[synopsis, description]: Explain
compatibility with Yacc.
---
Inspired #42474. Sending to the mailinglist for feedback, since I'm not
quite sure of the wording here.
gnu/packages/bison.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bison.scm b/gnu/packages/bison.scm
index 725f38263f..95a3ff5a23 100644
--- a/gnu/packages/bison.scm
+++ b/gnu/packages/bison.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2020 B. Wilson <elaexuotee@wilsonb.com>
+;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -57,12 +58,14 @@
(inputs `(("flex" ,flex)))
(propagated-inputs `(("m4" ,m4)))
(home-page "https://www.gnu.org/software/bison/")
- (synopsis "Parser generator")
+ (synopsis "Yacc-compatible parser generator")
(description
"GNU Bison is a general-purpose parser generator. It can build a
deterministic or generalized LR parser from an annotated, context-free
grammar. It is versatile enough to have many applications, from parsers for
-simple tools through complex programming languages.")
+simple tools through complex programming languages.
+
+Bison also provides an implementation of Yacc, as specified by POSIX.")
(license gpl3+)))
(define-public bison-3.6
--
2.27.0
next reply other threads:[~2020-07-28 16:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-28 16:25 Jakub Kądziołka [this message]
2020-07-28 16:45 ` [bug#42584] [PATCH] gnu: bison: Mention yacc in the description Tobias Geerinckx-Rice via Guix-patches via
2020-07-30 0:32 ` Jakub Kądziołka
2020-07-30 0:55 ` bug#42584: " Jakub Kądziołka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200728162501.30030-1-kuba@kadziolka.net \
--to=kuba@kadziolka.net \
--cc=42584@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).