File: control

package info (click to toggle)
ruby-sexp-processor 4.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 372 kB
  • sloc: ruby: 5,619; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,118 bytes parent folder | download
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 (>= 2.1~),
               ruby-minitest
Standards-Version: 4.6.2
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
Testsuite: autopkgtest-pkg-ruby

Package: ruby-sexp-processor
Architecture: all
Depends: ${ruby:Versions},
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: ruby-ruby2ruby (<< 2.5~)
Multi-Arch: foreign
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.