nanomsg 1.1.5+dfsg-1.1build2 source package in Ubuntu

Changelog

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

  * Rebuild against plucky release.

 -- Gianfranco Costamagna <email address hidden>  Mon, 17 Feb 2025 11:39:20 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Plucky
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc

Downloads

File Size SHA-256 Checksum
nanomsg_1.1.5+dfsg.orig.tar.gz 250.5 KiB 0b0c3457f9f8476b5635fb3f418c7a144c22f5f7bf633c647d91af722ffe2386
nanomsg_1.1.5+dfsg-1.1build2.debian.tar.xz 7.8 KiB db9d9c7a4829d9cfa9616f2500b985a1fd70e4648ed3398d614f332cc6f039c9
nanomsg_1.1.5+dfsg-1.1build2.dsc 2.0 KiB 33937a1f24da7dddcc9854bc4437b26da082f336e02ae3c855465e6d08497a93

View changes file

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