ruby-ox 2.14.17-1build2 source package in Ubuntu

Changelog

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

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 03:29:55 -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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
ruby-ox_2.14.17.orig.tar.gz 219.4 KiB b7c9235ef972288712e74af93b01ced9e27dffcfa72b3b8edd942d714b34e651
ruby-ox_2.14.17-1build2.debian.tar.xz 4.4 KiB 093adec7de5f7c474b909f55b772a3655971018f4121e2e941aaae12f3f28216
ruby-ox_2.14.17-1build2.dsc 2.0 KiB f185adbc45c3a7eb4285ed0126c94751f6831020d26d2070154f2272b16de04e

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