ruby-ox 2.14.9-1build1 source package in Ubuntu

Changelog

ruby-ox (2.14.9-1build1) lunar; urgency=medium

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

 -- Lucas Kanashiro <email address hidden>  Mon, 23 Jan 2023 16:41:50 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Lunar
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.9.orig.tar.gz 213.5 KiB ab924437d639b7099af7df55d140f46dc0114fcd0db4a2f8687360307ea40d32
ruby-ox_2.14.9-1build1.debian.tar.xz 4.0 KiB e7271796c8f07a784a6174d7c601478fe959c8af06d9097ea97c9635622d50ed
ruby-ox_2.14.9-1build1.dsc 2.0 KiB 7c13608c55aa13706bf5a1cf94f0acf64422d443169fdc3ed7cf5c9695dbd4f9

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