ruby-ox 2.11.0-1 source package in Ubuntu

Changelog

ruby-ox (2.11.0-1) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Cédric Boutillier ]
  * New upstream version 2.11.0
  * Trim trailing whitespace.
  * Use versioned copyright format URI.
  * Bump debhelper from old 11 to 12.

 -- Cédric Boutillier <email address hidden>  Tue, 13 Aug 2019 22:34:37 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
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.11.0-1.dsc 1.6 KiB 2d283df6fb46753eb15cb5ba28c5b48575c11e3c8ef59193104c21b4caecd00d
ruby-ox_2.11.0.orig.tar.gz 78.5 KiB 97de5e76637718d04222bcb59de46cf7c6605428313a3c6cc6474ca8952a9de3
ruby-ox_2.11.0-1.debian.tar.xz 3.4 KiB e34f59471ab64ac719b7815c8c5c3f74b7846a404c8a965aa2b1506c74f8e2e6

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