ruby-yajl 1.4.3-1build3 source package in Ubuntu

Changelog

ruby-yajl (1.4.3-1build3) noble; urgency=medium

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

 -- Lucas Kanashiro <email address hidden>  Fri, 02 Feb 2024 04:46:20 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Noble
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-1build3.debian.tar.xz 4.5 KiB e805a2bb56df588c71b74ff08364ff38ce0ba0b30be500d66ec460f1ef939d53
ruby-yajl_1.4.3-1build3.dsc 2.1 KiB cc659845cc2fe638218b796598c10593106e30cdba2d9a42a03bd2c604b31fc6

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