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
|
Source: ruby-sexp-processor
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Tobias Grimm <etobi@debian.org>,
Pirate Praveen <praveen@debian.org>,
Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
ruby-minitest
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-sexp-processor.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-sexp-processor
Homepage: https://github.com/seattlerb/sexp_processor
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby
Package: ruby-sexp-processor
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby:any | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Description: brings all the generic sexp processing tools to ruby
sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc.
.
Includes SexpProcessor and CompositeSexpProcessor.
.
Allows you to write very clean filters.
|