DFSG NEW Queue

DFSG, Licensing & New Packages Team

ruby-event-stream-parser 1.0.0-1

Package Information

Descriptionspec-compliant event stream parser

A lightweight, fully spec-compliant parser for the event stream format. It only deals with the parsing of events and not any of the client/transport aspects. This is not a Server-sent Events (SSE) client. Under the hood, it's a stateful parser that receives chunks (that are received from an HTTP client, for example) and emits events as it parses them. But it remembers the last event id and reconnection time and keeps emitting them as long as they are not overwritten by new ones. BOM stripping is left as a responsibility of the chunk provider.

MaintainerDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Changed BySimon Quigley <tsimonq2@debian.org>
Sponsortsimonq2@debian.org
Distributionunstable
Architectureall
VCSgit: https://salsa.debian.org/ruby-team/ruby-event-stream-parser.git (browse)
Trackerhttps://tracker.debian.org/pkg/ruby-event-stream-parser
Uploaded5 hours ago

New Package Report

.changes
Changed-BySimon Quigley
Architecturesource all
Distributionunstable
DateTue, 23 Jun 2026 16:41:57 -0500
Sourceruby-event-stream-parser
Version1.0.0-1
Changelog
ruby-event-stream-parser (1.0.0-1) unstable; urgency=medium
 .
   * Initial release.
.dsc
Sectionruby
Priorityoptional
Componentmain
Package-Listruby-event-stream-parser deb ruby optional arch=all
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: event_stream_parser
Upstream-Contact: ["ates.goral@shopify.com"]
Source: https://github.com/Shopify/event_stream_parser

Files: *
Copyright: 2023-2026 Shopify Inc.
License: Expat

Files: debian/*
Copyright: 2026 Simon Quigley <tsimonq2@debian.org>
License: Expat
Comment: The Debian packaging is licensed under the same terms as the source.

License: Expat
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.

Back to Dashboard | View all reviews for this package