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

Changelog

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

  * Team upload.

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Add debian/upstream/metadata
  * Import upstream version 0.57
  * Upstream update contact.
  * Declare compliance with Debian Policy 3.9.8.
  * Drop unneeded version constraints.
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sat, 02 Jul 2016 22:47:50 +0200

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
Bionic release universe perl

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libnet-stomp-perl_0.57-1.dsc 2.5 KiB 2965fea11b72a139392ef4c602c3992cb10bebced34f296db021c0d47daf97fe
libnet-stomp-perl_0.57.orig.tar.gz 29.5 KiB abe98abbd2ce2fd65cdeca2d6e23277e3bb31fdd0fdc7169d8b5f43f3e36d4eb
libnet-stomp-perl_0.57-1.debian.tar.xz 3.5 KiB 2f5208e8d9c61fbbb5c98135d5ed3f38960460685161b9833c334ca7eb42aeb0

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