File: control

package info (click to toggle)
ruby-libxml 3.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,008 kB
  • sloc: xml: 18,263; ansic: 7,972; ruby: 7,023; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 1,174 bytes parent folder | download | duplicates (3)
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
Source: ruby-libxml
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>,
           Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb (>= 1),
               libxml2-dev (>= 2.9.12),
               libxslt1-dev,
               ruby-test-unit,
               zlib1g-dev
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-libxml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-libxml
Homepage: https://xml4r.github.io/libxml-ruby/
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no

Package: ruby-libxml
Architecture: any
Depends: ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Multi-Arch: same
Description: Ruby Bindings for LibXML2
 The Libxml-Ruby project provides Ruby language bindings for the GNOME
 Libxml2 XML toolkit. It is free software, released under the MIT License.
 Libxml-ruby's primary advantage over REXML is performance - if speed
 is your need, these are good libraries to consider, as demonstrated
 by the informal benchmark below.