ruby-rack-parser 0.7.0-2 source package in Ubuntu

Changelog

ruby-rack-parser (0.7.0-2) unstable; urgency=medium

  * Source only upload for migration to testing

 -- Pirate Praveen <email address hidden>  Thu, 04 Feb 2021 22:52:11 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-rack-parser_0.7.0-2.dsc 2.0 KiB 05905876e1ad5c811628e53487053e30f9a0ce479b91ec705deb97705598bfc6
ruby-rack-parser_0.7.0.orig.tar.gz 5.0 KiB a84199389c3348f00e55e190717f30cac1b3430d3a6f5511cb442b3f35c5cf5d
ruby-rack-parser_0.7.0-2.debian.tar.xz 2.4 KiB 8de18fcde57cfce76b486cfac7dac6521e9150f5098270e811e002771bdd08e5

Available diffs

No changes file available.

Binary packages built by this source

ruby-rack-parser: Rack Middleware for parsing post body data

 Rack::Parser is a rack middleware that allows your application to do
 decode/parse incoming post data into param hashes for your applications to
 use. You can provide a custom Parser for things like JSON, XML, MSGPACK using
 your library of choice.