ruby-ox 2.14.17-1 source package in Ubuntu

Changelog

ruby-ox (2.14.17-1) unstable; urgency=high

  * Team upload.
  * New upstream version.
  * d/patches/00-fix-the-load-path-of-the-extension.patch:
    - Resurrect the patch for fix FTBFS of ruby-moneta. (Closes: #1042218)

 -- Leandro Cunha <email address hidden>  Sun, 06 Aug 2023 11:43:07 -0300

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
ruby-ox_2.14.17-1.dsc 1.9 KiB 2b3c671ff684e4b6198b5a0c09642c4c8632028d8ba9615ce90180ebd31e1c45
ruby-ox_2.14.17.orig.tar.gz 219.4 KiB b7c9235ef972288712e74af93b01ced9e27dffcfa72b3b8edd942d714b34e651
ruby-ox_2.14.17-1.debian.tar.xz 4.3 KiB 2190eb9f593992a5b77395b4a385585927b786c6c44b3b3eb18a823824cf2052

Available diffs

No changes file available.

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