ruby-ox 1.8.9-1 source package in Ubuntu

Changelog

ruby-ox (1.8.9-1) unstable; urgency=low


  * Initial release (Closes: #701074)

 -- Paul van Tilburg <email address hidden>  Fri, 22 Feb 2013 11:17:47 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-ox_1.8.9-1.dsc 1.3 KiB 7b75b845c97e582b01678838ca65f80cac94a6025f31b4b91dda2a0f524a2860
ruby-ox_1.8.9.orig.tar.gz 49.5 KiB 9eaf34abf8894cce7679e4025255d763d324a9561f7af111ac930f8439905a20
ruby-ox_1.8.9-1.debian.tar.gz 2.8 KiB 54dffe55976a32d7cea1256b10d8586cffbd9239c087b0d7fc56e6f6ea106f31

No changes file available.

Binary packages built by this source

ruby-ox: 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.