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
|
Source: ruby-xmlhash
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Build-Depends: debhelper-compat (= 12),
gem2deb,
libxml2-dev,
rake-compiler,
ruby-hoe,
ruby-pkg-config
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-xmlhash.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-xmlhash
Homepage: https://github.com/coolo/xmlhash
XS-Ruby-Versions: all
Package: ruby-xmlhash
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
Description: parse a XML string into a ruby hash
Ruby-xmlhash is a small C module that wraps libxml2's xmlreader to
parse a XML string into a ruby hash.
|