ruby-ox 2.14.17-1build1 source package in Ubuntu

Changelog

ruby-ox (2.14.17-1build1) noble; urgency=medium

  * No-change upload to add support for ruby3.2.

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 02:28:15 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
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.14.17.orig.tar.gz 219.4 KiB b7c9235ef972288712e74af93b01ced9e27dffcfa72b3b8edd942d714b34e651
ruby-ox_2.14.17-1build1.debian.tar.xz 4.4 KiB 6175a04e1da7dc1c565ecea6a4eca8b0e6042fb02af04be0ebfd579221a4b24d
ruby-ox_2.14.17-1build1.dsc 2.0 KiB 7fe434f214d9624306d0086a3bd70520192ec862180a9068dd5ae5b0eacff859

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