ruby-yajl 1.1.0-2 source package in Ubuntu

Changelog

ruby-yajl (1.1.0-2) unstable; urgency=low


  * Add Conflicts and Replaces on libyajl-ruby for the benefit of users of
    third-party repositories.  Closes: #705261

 -- Tollef Fog Heen <email address hidden>  Fri, 12 Apr 2013 09:32:05 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
any
Section:
ruby
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-yajl_1.1.0-2.dsc 2.1 KiB a9095fe67d11d9ebcae67a245f1927fdab788b253bdbe00ade2301928af5d27d
ruby-yajl_1.1.0.orig.tar.gz 558.8 KiB fbcb3848aa5d32a414710f56b829d5c3141a7c216961545a0a7536b45dc5b6d7
ruby-yajl_1.1.0-2.debian.tar.gz 3.4 KiB d91c6dddc1215578e2988c397c6fc623f166c0c940c058f399cdefd1d13324c1

Available diffs

No changes file available.

Binary packages built by this source

ruby-yajl: Ruby interface to Yajl, a JSON stream-based parser library

 Supported features include,
 .
 JSON parsing and encoding directly to and from an IO stream
 (file, socket, etc) or String. Compressed stream parsing and
 encoding supported for Bzip2, Gzip and Deflate.
 .
 Parse and encode *multiple* JSON objects to and from streams or strings
 continuously.
 .
 JSON gem compatibility API - allows yajl-ruby to be used as a drop-in
 replacement for the JSON gem
 .
 Basic HTTP client (only GET requests supported for now) which parses JSON
 directly off the response body *as it's being received*