ruby-ox 2.14.17-1build3 source package in Ubuntu

Changelog

ruby-ox (2.14.17-1build3) oracular; urgency=medium

  * No-change upload to add ruby3.3 as the default.

 -- Lucas Kanashiro <email address hidden>  Fri, 16 Aug 2024 06:35:42 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Oracular
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular 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-1build3.debian.tar.xz 4.4 KiB 9d236eb377ed87fa853ab2642901f781b349bd15c9f76011b0bd76f05839c8c6
ruby-ox_2.14.17-1build3.dsc 2.0 KiB 737a43a779860d9dc054eac531fe957b54567ae4f4abed94b7acfed543625115

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