ruby-ox 2.8.2-1build2 source package in Ubuntu

Changelog

ruby-ox (2.8.2-1build2) bionic; urgency=high

  * No change rebuild against ruby-defaults without ruby2.3 support.

 -- Dimitri John Ledkov <email address hidden>  Thu, 01 Mar 2018 09:36:04 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-ox_2.8.2.orig.tar.gz 77.4 KiB 0d0bbc69677a204fbe295c3443ddb0fa893e3647b26794c3ca5d5d87ae21f6f4
ruby-ox_2.8.2-1build2.debian.tar.xz 3.3 KiB 191924a572b825009773195f529b99dda24650bb0e002bab10b949af9b0636e4
ruby-ox_2.8.2-1build2.dsc 1.7 KiB e41131879c4bf6db72491ae2ed7fd7354635b83b3226500abcc587e2be0fe9f2

Available diffs

View changes file

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.

ruby-ox-dbgsym: debug symbols for ruby-ox