ruby-yajl 1.4.3-1build1 source package in Ubuntu

Changelog

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

  * No-change upload to add support for ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Mon, 23 Jan 2023 18:17:52 -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

Downloads

File Size SHA-256 Checksum
ruby-yajl_1.4.3.orig.tar.gz 565.6 KiB 64c22715eb29bb0531fefb24e4371a73a3a5f45dfb9229d5ea4b2d6d133f1e9b
ruby-yajl_1.4.3-1build1.debian.tar.xz 4.4 KiB 375b66cade7cb3a5c9c4711631c2b96e8d284be4e9fabe0fa8053b913876aa04
ruby-yajl_1.4.3-1build1.dsc 2.1 KiB 269152fd491b843f0405e74eeba14832deaae43c7e6d9dcd61fca72bf5c7f2f6

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