ruby-yajl 1.4.3-1build2 source package in Ubuntu

Changelog

ruby-yajl (1.4.3-1build2) lunar; urgency=medium

  * No-change upload to remove support for ruby3.0.

 -- Lucas Kanashiro <email address hidden>  Thu, 02 Feb 2023 20:10:30 -0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe ruby
Lunar release universe ruby

Downloads

File Size SHA-256 Checksum
ruby-yajl_1.4.3.orig.tar.gz 565.6 KiB 64c22715eb29bb0531fefb24e4371a73a3a5f45dfb9229d5ea4b2d6d133f1e9b
ruby-yajl_1.4.3-1build2.debian.tar.xz 4.4 KiB 7bfc02a8810d9e985c8a1b5bba5bf58714da7c7a0e1e1637d19d2131264a6417
ruby-yajl_1.4.3-1build2.dsc 2.1 KiB 2a3a266c6fc5836bd455ad8827f0ba4a1c31f6b8760484ca466c84a57e5fef12

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