nanomsg 1.1.5+dfsg-1.1 source package in Ubuntu

Changelog

nanomsg (1.1.5+dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Apply a patch by Vagrant Cascadian to address Build-Id differences in
    binaries caused by a difference in RPATH. (Closes: #1001853)

 -- Chris Lamb <email address hidden>  Tue, 10 Jan 2023 16:33:43 +0000

Upload details

Uploaded by:
Harlan Lieberman-Berg
Uploaded to:
Sid
Original maintainer:
Harlan Lieberman-Berg
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
nanomsg_1.1.5+dfsg-1.1.dsc 1.9 KiB ac45b5ee1628032a80adee91bfe03ab232a3e953714340200b07e9012ed04682
nanomsg_1.1.5+dfsg.orig.tar.gz 250.5 KiB 0b0c3457f9f8476b5635fb3f418c7a144c22f5f7bf633c647d91af722ffe2386
nanomsg_1.1.5+dfsg-1.1.debian.tar.xz 7.6 KiB 3d28dc5bf06a0181d76f3701b1b68afc2f447e5dc51974bce140a43e63bec343

Available diffs

No changes file available.

Binary packages built by this source

libnanomsg-dev: nanomsg development files

 nanomsg is a socket library that provides several common
 communication patterns. It aims to make the networking layer fast,
 scalable, and easy to use. Implemented in C, it works on a wide range
 of operating systems with no further dependencies.
 .
 The communication patterns, also called "scalability protocols", are
 basic blocks for building distributed systems. By combining them you
 can create a vast array of distributed applications. The following
 scalability protocols are currently available:
 .
    PAIR - simple one-to-one communication
    BUS - simple many-to-many communication
    REQREP - allows one to build clusters of stateless services
             to process user requests
    PUBSUB - distributes messages to large sets of interested subscribers
    PIPELINE - aggregates messages from multiple sources and
               load balances them among many destinations
    SURVEY - allows one to query state of multiple applications in a single go
 .
 This package contains the development files for nanomsg.

libnanomsg5: high-performance implementation of scalability libraries

 nanomsg is a socket library that provides several common
 communication patterns. It aims to make the networking layer fast,
 scalable, and easy to use. Implemented in C, it works on a wide range
 of operating systems with no further dependencies.
 .
 The communication patterns, also called "scalability protocols", are
 basic blocks for building distributed systems. By combining them you
 can create a vast array of distributed applications. The following
 scalability protocols are currently available:
 .
    PAIR - simple one-to-one communication
    BUS - simple many-to-many communication
    REQREP - allows one to build clusters of stateless services
             to process user requests
    PUBSUB - distributes messages to large sets of interested subscribers
    PIPELINE - aggregates messages from multiple sources and
               load balances them among many destinations
    SURVEY - allows one to query state of multiple applications in a single go

libnanomsg5-dbgsym: debug symbols for libnanomsg5
nanomsg-utils: nanomsg utilities

 nanomsg is a socket library that provides several common
 communication patterns. It aims to make the networking layer fast,
 scalable, and easy to use. Implemented in C, it works on a wide range
 of operating systems with no further dependencies.
 .
 The communication patterns, also called "scalability protocols", are
 basic blocks for building distributed systems. By combining them you
 can create a vast array of distributed applications. The following
 scalability protocols are currently available:
 .
    PAIR - simple one-to-one communication
    BUS - simple many-to-many communication
    REQREP - allows one to build clusters of stateless services
             to process user requests
    PUBSUB - distributes messages to large sets of interested subscribers
    PIPELINE - aggregates messages from multiple sources and
               load balances them among many destinations
    SURVEY - allows one to query state of multiple applications in a single go
 .
 This package contains utilities for testing nanomsg.

nanomsg-utils-dbgsym: debug symbols for nanomsg-utils