libnet-stomp-perl 0.62-1 source package in Ubuntu

Changelog

libnet-stomp-perl (0.62-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 0.62.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 24 Feb 2024 17:56:32 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-stomp-perl_0.62-1.dsc 2.7 KiB 1aff23f52a282d6b25d67267e68f954fa6315e9630e2bc3e99e0c71adf4ef879
libnet-stomp-perl_0.62.orig.tar.gz 30.2 KiB 5c7dc4fc6a30a2c3e685ab33540df2b64d913ad1046eee7e7dc3e8ffb8ee9325
libnet-stomp-perl_0.62-1.debian.tar.xz 3.8 KiB 6a93dfa712f741f2267c9c136a5087e3538d112df9d70d4e186785d8bc5a3405

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/>.