[DRE-commits] [SCM] ruby-ox.git branch, master, updated. upstream/1.8.8-10-gb5a412b

Paul van Tilburg paulvt at debian.org
Fri Feb 22 10:15:10 UTC 2013


The following commit has been merged in the master branch:
commit b5a412bea467cc494d3156089f5e4a1851823b9e
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri Feb 22 11:13:54 2013 +0100

    Tweak the short and long description a bit

diff --git a/debian/control b/debian/control
index c2f3dbc..ae71687 100644
--- a/debian/control
+++ b/debian/control
@@ -14,10 +14,12 @@ Package: ruby-ox
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: A fast XML parser and object serializer.
- A fast XML parser and object serializer that uses only standard C lib.
+Description: 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.
  .
- 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.git



More information about the Pkg-ruby-extras-commits mailing list