ruby-yajl 1.3.1-1build2 source package in Ubuntu

Changelog

ruby-yajl (1.3.1-1build2) focal; urgency=medium

  [ Rafael David Tinoco ]
  * Sponsoring ruby2.7 transitions

  [ Lucas Kanashiro ]
  * No-change rebuild for ruby2.7

 -- Rafael David Tinoco <email address hidden>  Wed, 26 Feb 2020 17:10:49 +0000

Upload details

Uploaded by:
Rafael David Tinoco
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-yajl_1.3.1.orig.tar.gz 557.9 KiB 308fc3401e038b51541a431f4416b263862ff211adb59ab257302460aceed4db
ruby-yajl_1.3.1-1build2.debian.tar.xz 4.0 KiB d21890a0c3864d18410840fd2323d1e326c80281ddb7761fc00e3f46f0cfecc2
ruby-yajl_1.3.1-1build2.dsc 2.1 KiB eaaaa90c9dc787a9cb2b7876b75e39868b80f1f137675a5ca8183aa7487f0918

Available diffs

View changes file

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