ruby-yajl 1.4.3-1 source package in Ubuntu

Changelog

ruby-yajl (1.4.3-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 1.4.3

 -- Ravi Dwivedi <email address hidden>  Thu, 25 Aug 2022 17:48:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ruby-yajl_1.4.3-1.dsc 2.0 KiB 381a1d4488c2a26355114701fd41d118194e3ea8c40d79ebd3f57c8279f9f690
ruby-yajl_1.4.3.orig.tar.gz 565.6 KiB 64c22715eb29bb0531fefb24e4371a73a3a5f45dfb9229d5ea4b2d6d133f1e9b
ruby-yajl_1.4.3-1.debian.tar.xz 4.4 KiB 766117343e94f095cdf161972e9cdd9992186a87dab6d9d55ff93a3fc35c2cb3

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*

ruby-yajl-dbgsym: debug symbols for ruby-yajl