ruby-ox 2.11.0-2build1 source package in Ubuntu

Changelog

ruby-ox (2.11.0-2build1) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition.

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Nov 2021 18:40:09 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
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.11.0.orig.tar.gz 78.5 KiB 97de5e76637718d04222bcb59de46cf7c6605428313a3c6cc6474ca8952a9de3
ruby-ox_2.11.0-2build1.debian.tar.xz 3.8 KiB f302afbdd5fb0a82e722b780659f72eebceb3a29bd45bc5ded2535c587fe4639
ruby-ox_2.11.0-2build1.dsc 2.0 KiB 1be1e9b48b3906aa97c2ec34e426fde1d63db34f7ac17839c594ac697570b2ee

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