[DRE-commits] [racc] 05/06: d/control: Add an explanation about LALR

Sebastien Badia sbadia-guest at moszumanska.debian.org
Thu Mar 3 21:27:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

sbadia-guest pushed a commit to branch master
in repository racc.

commit 34edb8bd1e665441c120487cd475a025fbbdff0f
Author: Sebastien Badia <seb at sebian.fr>
Date:   Thu Mar 3 18:26:32 2016 -0300

    d/control: Add an explanation about LALR
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 3a76054..1ef240c 100644
--- a/debian/control
+++ b/debian/control
@@ -16,10 +16,10 @@ XS-Ruby-Versions: all
 Package: racc
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Description: Ruby LALR parser generator
- Racc is LALR(1) parser generator for Ruby, written in Ruby. It allows
- programmers to easily write syntactic parsers from simple rules, like yacc
- and bison.
 Depends: ruby | ruby-interpreter,
          ${misc:Depends},
          ${shlibs:Depends}
+Description: Ruby LALR parser generator
+ Racc is LALR(Look-Ahead LR) parser generator for Ruby, written in Ruby. It
+ allows programmers to easily write syntactic parsers from simple rules, like
+ yacc and bison.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/racc.git



More information about the Pkg-ruby-extras-commits mailing list