Source: nng Section: devel Priority: optional Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper-compat (= 13), dh-python, cmake, scons, python3, protobuf-compiler, python3-protobuf, libmbedtls-dev Homepage: https://nng.nanomsg.org/ Standards-Version: 4.5.1 Package: nng-utils Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Multi-Arch: foreign Description: Lightweight Messaging Library - utility Lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. . This package contains the nngcat utility. Package: libnng1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: Lightweight Messaging Library - shared library Lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. . This package contains the shared library. Package: libnng-dev Section: libdevel Architecture: any Depends: libnng1 (= ${binary:Version}), ${misc:Depends}, libmbedtls-dev Multi-Arch: same Description: Lightweight Messaging Library - development Lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. . This package contains the header files needed for developing programs using libwebsockets and a static library.