libnet-stomp-perl 0.61-2 source package in Ubuntu

Changelog

libnet-stomp-perl (0.61-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster

 -- Jelmer Vernooij <email address hidden>  Sun, 16 Oct 2022 05:52:56 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-stomp-perl_0.61-2.dsc 2.4 KiB deebcbb0359a723cb00fdc462656fef6d36264f1fcb7ddc281fe68cca9a29d01
libnet-stomp-perl_0.61.orig.tar.gz 30.0 KiB e25df06872945568b11ec194c80b1546deb6d2e7b30b406b3f5637b51530bfbe
libnet-stomp-perl_0.61-2.debian.tar.xz 3.8 KiB 0a1f126f3785faa72d8d9979c85416b09b09919d27af9cdb135a8247a91c92d0

Available diffs

No changes file available.

Binary packages built by this source

libnet-stomp-perl: Perl module providing a Streaming Text Orientated Messaging Protocol client

 Net::Stomp allows you to write a Stomp client. Stomp is the Streaming Text
 Orientated Messaging Protocol (or the Protocol Briefly Known as TTMP and
 Represented by the symbol :ttmp). It's a simple and easy to implement
 protocol for working with Message Orientated Middleware from any language.
 Net::Stomp is useful for talking to Apache ActiveMQ, an open source (Apache
 2.0 licensed) Java Message Service 1.1 (JMS) message broker packed with many
 enterprise features.
 .
 A Stomp frame consists of a command, a series of headers and a body - see
 Net::Stomp::Frame for more details.
 .
 For details on the protocol see <https://stomp.github.io/>.