ruby-yajl 1.4.1-1build1 source package in Ubuntu

Changelog

ruby-yajl (1.4.1-1build1) jammy; urgency=medium

  * No-change upload due to ruby3.0 transition.

 -- Lucas Kanashiro <email address hidden>  Wed, 17 Nov 2021 19:51:26 -0300

Upload details

Uploaded by:
Lucas Kanashiro
Uploaded to:
Jammy
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.1.orig.tar.gz 558.6 KiB c9da4c2e401c29634f7ea0fe6187e9fd5bc3c93e265c21b866c2fe8a9fb8cdaa
ruby-yajl_1.4.1-1build1.debian.tar.xz 4.3 KiB 30dbaf88639b73d7aa89c259ab93dc7d8146cc8eb13f4c6654c5171379ab52e8
ruby-yajl_1.4.1-1build1.dsc 2.1 KiB dcacb3462ed08b65ee21f2e2814e1464fef335895583260a1c6ed8b82348fb69

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