Source: ruby-yajl Section: ruby Maintainer: Debian Ruby Team Uploaders: Pirate Praveen , Per Andersson , Balasankar C Build-Depends: debhelper-compat (= 14), gem2deb, ruby-rspec Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-yajl.git Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-yajl Homepage: https://github.com/brianmario/yajl-ruby Testsuite: autopkgtest-pkg-ruby Package: ruby-yajl Architecture: any Description: 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*