File: control

package info (click to toggle)
ruby-multi-xml 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 212 kB
  • sloc: ruby: 1,231; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,353 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
31
32
33
34
35
Source: ruby-multi-xml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 10),
               gem2deb,
               rake,
               ruby-libxml (>= 2.7.0-2~),
               ruby-nokogiri (>= 1.6.0~),
               ruby-ox (>= 2.5~),
               ruby-rspec
Standards-Version: 4.1.2
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-multi-xml.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-multi-xml.git
Homepage: https://github.com/sferik/multi_xml
XS-Ruby-Versions: all
Testsuite: autopkgtest-pkg-ruby


Package: ruby-multi-xml
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: ruby-libxml (>= 2.7.0-2~),
          ruby-nokogiri ( >= 1.6.0~),
          ruby-ox (>= 2.5~),
Description: generic swappable back-end for XML parsing in Ruby
 Provides swappable XML backends utilizing LibXML, Nokogiri, Ox, or REXML.
 .
 Lots of Ruby libraries utilize XML parsing in some form, and everyone has their
 favorite XML library. In order to best support multiple XML parsers and
 ibraries, `multi_xml` is a general-purpose swappable XML backend library.