Source: ruby-treetop Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Carl Worth , Cédric Boutillier 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.