1 unstable release
new 0.1.0 | Dec 11, 2024 |
---|
#1070 in Asynchronous
137 downloads per month
195KB
6K
SLoC
ZeroMQ
RUN set -eux;
url="https://github.com/zeromq/libzmq/releases/download/v4.3.5/zeromq-4.3.5.tar.gz";
wget "$url";
tar xvf zeromq-4.3.5.tar.gz;
cd zeromq-4.3.5;
./configure && make -j 8 && make install;
Dependencies
~17–28MB
~424K SLoC