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
|
Source: ruby-parslet
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Axel Wagner <mero@merovius.de>,
Youhei SASAKI <uwabami@gfd-dennou.org>
Build-Depends: debhelper (>= 11),
gem2deb,
ruby-ae,
ruby-blankslate,
ruby-flexmock (>= 2.0.4~),
ruby-rspec
Standards-Version: 4.1.3
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-parslet.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-parslet
Homepage: https://kschiess.github.io/parslet/
XS-Ruby-Versions: all
Package: ruby-parslet
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-blankslate (>= 2.0),
${misc:Depends},
${shlibs:Depends}
Breaks: ruby-toml (<< 0.2~)
Description: Parser construction library with great error reporting in Ruby
Parslet makes developing complex parsers easy. It does so by
.
* providing the best error reporting possible
* not generating reams of code for you to debug
.
Parslet takes the long way around to make your job easier. It allows for
incremental language construction. Often, you start out small, implementing
the atoms of your language first; _parslet_ takes pride in making this
possible.
|