ruby-yajl 1.4.3-1build4 source package in Ubuntu

Changelog

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

  * No-change upload to remove support of ruby3.1.

 -- Lucas Kanashiro <email address hidden>  Tue, 20 Feb 2024 04:27:01 -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
Oracular release universe ruby
Noble 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-1build4.debian.tar.xz 4.5 KiB 0ecf60bdc0f45036ca5673f205ab4207942b0b5009016c16f05564e227b8995e
ruby-yajl_1.4.3-1build4.dsc 2.1 KiB 3ec6a2c50bb149a6cb929fc6602643026da16930b2de08307acca2d041475d16

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