File: control

package info (click to toggle)
racc 1.4.8-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 868 kB
  • sloc: ruby: 6,176; yacc: 2,077; ansic: 812; sh: 24; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 820 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 (>= 8), gem2deb (>= 0.2.13~), rdtool
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/racc.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/racc.git;a=summary
Homepage: http://i.loveruby.net/en/projects/racc/
XS-Ruby-Versions: all

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