ruby-ox 2.8.2-1build1 source package in Ubuntu

Changelog

ruby-ox (2.8.2-1build1) bionic; urgency=medium

  * No-change rebuild for ruby2.5 update.

 -- Matthias Klose <email address hidden>  Thu, 01 Feb 2018 19:02:50 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Bionic
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-ox_2.8.2.orig.tar.gz 77.4 KiB 0d0bbc69677a204fbe295c3443ddb0fa893e3647b26794c3ca5d5d87ae21f6f4
ruby-ox_2.8.2-1build1.debian.tar.xz 3.2 KiB 29da1c79b552f7dbe01fcc830f821785ae9dcbba4f64bb68af5ae06b63d9f3bb
ruby-ox_2.8.2-1build1.dsc 1.9 KiB 5ccb4b7a0a2d5b76b44473752bee9a54801cbb9d0405a8046e6e670f0e483548

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