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-xmlhash
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Lee (李健秋) <andrew.lee@collabora.co.uk>
Build-Depends: debhelper (>= 9~), gem2deb, libxml2-dev,
ruby-pkg-config, rake-compiler, ruby-hoe
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-xmlhash.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-xmlhash.git;a=summary
Homepage: https://github.com/coolo/xmlhash
Testsuite: autopkgtest
XS-Ruby-Versions: all
Package: ruby-xmlhash
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
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.
Package: ruby-xmlhash-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ruby-xmlhash (= ${binary:Version}), ${misc:Depends}
Description: parse a XML string into a ruby hash (debug symbols)
Ruby-xmlhash is a small C module that wraps libxml2's xmlreader to
parse a XML string into a ruby hash.
|