Source: ruby-citrus
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rake
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-citrus.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-citrus.git
Homepage: http://mjackson.github.io/citrus
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-citrus
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Parsing Expressions for Ruby
 Citrus is a compact and powerful parsing library for Ruby that combines the
 elegance and expressiveness of the language with the simplicity and power of
 parsing expressions.
 .
 A parsing expression grammar, or PEG, is a type of analytic formal grammar,
 i.e. it describes a formal language in terms of a set of rules for recognizing
 strings in the language.
