net/nng - The NetBSD Packages Collection

Light-weight brokerless messaging

NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a
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.

NNG is implemented in C, requiring only C99 and CMake to build. It can be built
as a shared or a static library, and is readily embeddable. It is also designed
to be easy to port to new platforms if your platform is not already supported.

Build dependencies

textproc/ruby-asciidoctor pkgtools/mktools devel/cmake pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64nng-1.4.0nb1.tgz
NetBSD 10.0aarch64nng-1.4.0nb1.tgz
NetBSD 10.0aarch64nng-1.4.0nb1.tgz
NetBSD 10.0aarch64ebnng-1.4.0nb1.tgz
NetBSD 10.0aarch64ebnng-1.4.0nb1.tgz
NetBSD 10.0earmv6hfnng-1.4.0nb1.tgz
NetBSD 10.0earmv6hfnng-1.4.0nb1.tgz
NetBSD 10.0earmv6hfnng-1.4.0nb1.tgz
NetBSD 10.0earmv7hfnng-1.4.0nb1.tgz
NetBSD 10.0earmv7hfnng-1.4.0nb1.tgz
NetBSD 10.0earmv7hfnng-1.4.0nb1.tgz
NetBSD 10.0i386nng-1.4.0nb1.tgz
NetBSD 10.0i386nng-1.4.0nb1.tgz
NetBSD 10.0powerpcnng-1.4.0nb1.tgz
NetBSD 10.0x86_64nng-1.4.0nb1.tgz
NetBSD 10.0_BETAx86_64nng-1.4.0nb1.tgz
NetBSD 8.0i386nng-1.4.0nb1.tgz
NetBSD 8.0powerpcnng-1.4.0nb1.tgz
NetBSD 8.0powerpcnng-1.4.0nb1.tgz
NetBSD 8.0powerpcnng-1.4.0nb1.tgz
NetBSD 8.0powerpcnng-1.4.0nb1.tgz
NetBSD 8.0x86_64nng-1.4.0nb1.tgz
NetBSD 8.0x86_64nng-1.4.0nb1.tgz
NetBSD 8.0x86_64nng-1.4.0nb1.tgz
NetBSD 9.0aarch64nng-1.4.0nb1.tgz
NetBSD 9.0aarch64nng-1.4.0nb1.tgz
NetBSD 9.0aarch64nng-1.4.0nb1.tgz
NetBSD 9.0alphanng-1.4.0nb1.tgz
NetBSD 9.0earmv6hfnng-1.4.0nb1.tgz
NetBSD 9.0earmv6hfnng-1.4.0nb1.tgz
NetBSD 9.0earmv6hfnng-1.4.0nb1.tgz
NetBSD 9.0earmv7hfnng-1.4.0nb1.tgz
NetBSD 9.0earmv7hfnng-1.4.0nb1.tgz
NetBSD 9.0earmv7hfnng-1.4.0nb1.tgz
NetBSD 9.0i386nng-1.4.0nb1.tgz
NetBSD 9.0i386nng-1.4.0nb1.tgz
NetBSD 9.0powerpcnng-1.4.0nb1.tgz
NetBSD 9.0powerpcnng-1.4.0nb1.tgz
NetBSD 9.0powerpcnng-1.4.0nb1.tgz
NetBSD 9.0sparc64nng-1.4.0nb1.tgz
NetBSD 9.0x86_64nng-1.4.0nb1.tgz
NetBSD 9.0x86_64nng-1.4.0nb1.tgz
NetBSD 9.3x86_64nng-1.4.0nb1.tgz
NetBSD 9.3x86_64nng-1.4.0nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

doc
Include the documentation.
static
Allows you to build static libraries.

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.