ruby-ox 2.14.9-1build2 source package in Ubuntu

Changelog

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

  * No-change upload to remove support for ruby3.0.

 -- Lucas Kanashiro <email address hidden>  Thu, 02 Feb 2023 18:17:01 -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
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
ruby-ox_2.14.9.orig.tar.gz 213.5 KiB ab924437d639b7099af7df55d140f46dc0114fcd0db4a2f8687360307ea40d32
ruby-ox_2.14.9-1build2.debian.tar.xz 4.1 KiB cdbb49a5e50f36cbad506fa0a45671368fc078a2156526f9eaea36d8e88a3dbc
ruby-ox_2.14.9-1build2.dsc 2.0 KiB 541fef88e77d1c336d436962a8212eb1892e62ea3cf9232b4ced38064c456b67

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