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-ox
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Paul van Tilburg <paulvt@debian.org>
Build-Depends: gem2deb,
debhelper-compat (= 13)
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-ox.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-ox
Homepage: https://www.ohler.com/ox
Testsuite: autopkgtest-pkg-ruby
Package: ruby-ox
Architecture: any
Multi-Arch: same
Depends: ruby,
${ruby:Depends},
${misc:Depends},
${shlibs:Depends}
Description: fast XML parser and object serializer
Optimized XML (Ox), as the name implies, was written to provide speed
optimized XML handling. It was designed to be an alternative to Nokogiri
and other Ruby XML parsers for generic XML parsing and as an alternative
to Marshal for Object serialization.
.
Ox handles XML documents in three ways: it is a generic XML parser and
writer, a fast Object / XML marshaller, and a stream SAX parser. The
library is implemented in C for speed and has a lean, simple Ruby API.
|