File: control

package info (click to toggle)
racc 1.4.14-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 876 kB
  • ctags: 1,016
  • sloc: ruby: 6,176; yacc: 2,101; ansic: 815; java: 673; sh: 24; makefile: 13
file content (25 lines) | stat: -rw-r--r-- 926 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: racc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: akira yamada <akira@debian.org>, Taku YASUI <tach@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rdtool
Standards-Version: 3.9.7
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/racc.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/racc.git
Homepage: http://i.loveruby.net/en/projects/racc/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: racc
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
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.