Re: [zeromq-dev] Recommended libsodium version for ZeroMQ

2016-10-30 Thread Ahmad Zawawi
Thanks :) 2016-10-30 13:14 GMT+02:00 Luca Boccassi : > Latest stable release of sodium will work fine with both, at Kevin says we > have CI for it. > > Other than CZMQ bindings, pyzmq also supports 4.2 just fine > > On Oct 30, 2016 11:03, "Ahmad Zawawi"

Re: [zeromq-dev] Recommended libsodium version for ZeroMQ

2016-10-30 Thread Luca Boccassi
Latest stable release of sodium will work fine with both, at Kevin says we have CI for it. Other than CZMQ bindings, pyzmq also supports 4.2 just fine On Oct 30, 2016 11:03, "Ahmad Zawawi" wrote: > Hi Kevin, > > Thanks for your reply. I am working on

Re: [zeromq-dev] Recommended libsodium version for ZeroMQ

2016-10-30 Thread Ahmad Zawawi
Hi Kevin, Thanks for your reply. I am working on https://github.com/azawawi/SwiftyZeroMQ and was wondering which of the scripting languages have the most complete and up-to-date implementation that depends on libzmq (i.e. 4.1 and 4.2). Since I am bundling at the moment libzmq 4.1 with libsodium,

Re: [zeromq-dev] Recommended libsodium version for ZeroMQ

2016-10-30 Thread Kevin Sapper
Hi Ahmad, we CI test against latest master thus 4.2 should be fine. Regarding the language binding I recommend libzmq+czmq. There are a couple of bindings for czmq as well e.g. Java, Ruby, Python... //Kevin Am 30.10.2016 9:51 vorm. schrieb "Ahmad Zawawi" : > Hi, > > What