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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: ruby-treetop
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Carl Worth <cworth@debian.org>,
Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 9~),
gem2deb,
rake,
ruby-activesupport,
ruby-polyglot (>= 0.3),
ruby-rr,
ruby-rspec
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-treetop.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-treetop.git
Homepage: https://github.com/cjheath/treetop
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-treetop
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-i18n,
ruby-polyglot (>= 0.3),
${misc:Depends},
${shlibs:Depends}
Suggests: doc-base,
treetop
Description: Ruby-based text parsing and interpretation DSL
Treetop is a language for describing languages. It provides a Ruby
implementation of a custom language based on parsing expression
grammars (PEGs).
.
This package provides the Ruby library implementation of treetop.
Package: treetop
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-treetop,
${misc:Depends}
Description: Ruby-based text parsing and interpretation (command-line utility)
Treetop is a language for describing languages. It provides a Ruby
implementation of a custom language based on parsing expression
grammars (PEGs).
.
This package provides the top-level utility script tt.
|