ruby-multipart-parser 0.1.1-4 source package in Ubuntu

Changelog

ruby-multipart-parser (0.1.1-4) unstable; urgency=medium

  * Team upload
  * Add patch to make test suite work under autopkgtest

 -- Antonio Terceiro <email address hidden>  Sat, 14 Mar 2020 05:53:17 -0300

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-multipart-parser_0.1.1-4.dsc 2.1 KiB ab30ad397ff5018ffa923d42f6e910a3159e18c537cc5abca229bfe1d2acde4a
ruby-multipart-parser_0.1.1.orig.tar.gz 6.9 KiB 554b459b2c5e6eccde8a450de185e69918aa0c2e78d81880795fd887222d004d
ruby-multipart-parser_0.1.1-4.debian.tar.xz 3.0 KiB 624a34d2635dc0359f8fefbee8cf3e204589fcaacd5b5e03c4fd294e3b72f7c6

Available diffs

No changes file available.

Binary packages built by this source

ruby-multipart-parser: simple parser for multipart MIME messages

 multipart-parser is a simple parser for multipart MIME messages, written in
 Ruby, based on felixge/node-formidable's parser.
 .
 Some things to note:
  - pure Ruby
  - event-driven API
  - only supports one level of multipart parsing: another parser needs
    to be invoked to handle nested messages
  - does not perform I/O
  - does not depend on any other library