aboutsummaryrefslogtreecommitdiff

a2b1b20'>packages/bison.scm
AgeCommit message (Expand)Author
2020-07-30gnu: bison: Mention yacc in the description....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. Jakub Kądziołka
2020-06-22gnu: bison-3.6: Don't change the name of the package....This is a follow-up to commit 512d23c65d82bb874ca1fb3c12095b1cec8bbfca. * gnu/packages/bison (bison-3.6)[name]: Remove the overridden value. Jakub Kądziołka
2020-06-21gnu: Add poke....* gnu/packages/engineering.scm (poke): New variable. * gnu/packages/bison.scm (bison-3.6): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> B. Wilson