Package Details: nng 1.6.0-1

Git Clone URL: https://aur.archlinux.org/nng.git (read-only, click to copy)
Package Base: nng
Description: Rewrite of the SP protocol library known as libnanomsg
Upstream URL: https://nanomsg.github.io/nng/
Licenses: MIT
Conflicts: nng
Provides: nng
Submitter: vbmithr
Maintainer: vbmithr
Last Packager: vbmithr
Votes: 6
Popularity: 0.000000
First Submitted: 2018-07-05 07:39 (UTC)
Last Updated: 2023-12-31 12:10 (UTC)

Latest Comments

1 2 Next › Last »

vbmithr commented on 2020-10-29 12:22 (UTC)

fixed, sorry for the lousy package.

ramajd commented on 2020-10-29 07:06 (UTC)

installing the nng library, files located in cmake/nng/ folder is needed to be able to use NNG with CMake

vbmithr commented on 2020-10-28 13:00 (UTC)

I don't use cmake. Can you explain me what files are necessary and where they should be placed?

ramajd commented on 2020-05-20 18:03 (UTC)

there is an issue related to package, which the nng-config.cmake is not available after install.

vbmithr commented on 2020-03-01 12:40 (UTC)

Thanks, updated.

fhajji commented on 2019-05-30 18:05 (UTC)

NNG is much more useful if compiled with TLS support. This incurs adding a dependency on mbedtls though.

To do this, add 'mbedtls' to the makedepends line:

makedepends=('git' 'cmake' 'ninja' 'asciidoctor' 'mbedtls')

and add -DNNG_ENABLE_TLS=ON -DNNG_STATIC_LIB=OFF to the cmake call in prepare():

cmake -G Ninja -DBUILD_SHARED_LIBS=ON -DNNG_ENABLE_TLS=ON -DNNG_STATIC_LIB=OFF ..

Note that this still won't build the tests for tls (and other protocols like tcp6 etc.). To build and run those additional tests, we need to build a static library: thus temporarily switch NNG_STATIC_LIB to ON, and BUILD_SHARED_LIBS to OFF.

diraimondo commented on 2018-08-25 09:48 (UTC)

please, consider the inclusion of the utility 'nngcat' into the package. It is useful for development/debug. The related man page already belongs to the package.

diraimondo commented on 2018-08-02 14:28 (UTC)

@vbmithr: after installing/upgrading 1.0.1-1 version it fixed the symlink.

vbmithr commented on 2018-08-01 08:09 (UTC)

Anyway, no issue here, and /usr/lib/libnng.so.1 is indeed a symbolic link on my system.

vbmithr commented on 2018-08-01 08:07 (UTC)

What is lddconfig?