Go to file
persan 8c0b8f742e Update github actions 2020-11-01 08:43:16 +01:00
.github/workflows Update github actions 2020-11-01 08:43:16 +01:00
doc Working 2013-04-11 16:55:39 +02:00
eBindings Working towards 3.2 2012-12-29 22:54:25 +01:00
examples Update github actions 2020-11-01 08:43:16 +01:00
helpers Clean up and reformat 2014-01-31 07:35:30 +01:00
libzeromq Marked obsolete things obsolete and validated the multithreadet server. 2016-03-22 21:45:36 +01:00
make Working 2010-05-13 07:44:00 +02:00
src Prepare for tag 2020-03-30 21:26:52 +02:00
tests Update copyright 2020-03-28 22:01:32 +01:00
.gitignore Prepare for tag 2018-04-10 06:28:41 +02:00
COPYING Added copy of licensetext and macro to fix license headers. 2010-04-13 08:54:53 +02:00
Makefile Prepare for tag 2020-03-30 21:26:52 +02:00
Makefile.config.in save PATH as part of configuration 2019-01-30 17:39:43 +01:00
README.md Update readme 2020-03-28 21:50:31 +01:00
configure Update copyright 2020-03-28 22:01:32 +01:00
fixHeader.py Update copyright 2020-03-28 22:01:32 +01:00
generate.gpr Working towards 3.2 2012-12-29 22:54:25 +01:00
libsodium.gpr.in Use linker optiomns to get libzmq and libsodium 2016-10-30 09:05:05 +01:00
libzmq.gpr.in Use linker optiomns to get libzmq and libsodium 2016-10-30 09:05:05 +01:00
rename.py Update copyright 2020-03-28 22:01:32 +01:00
zmq-case_exceptions.xml Prepare for tag 2020-03-30 21:26:52 +02:00
zmq.gpr Update github actions 2020-11-01 08:43:16 +01:00
zmq.gpr.inst Corrected #10 2014-03-02 21:22:27 +01:00
zmq.ide.py Update github actions 2020-11-01 08:43:16 +01:00
zmq.rules gnir outputs 2010-04-13 20:38:27 +02:00

README.md

zeromq-Ada

provides an Ada-binding the 0MQ library http://wiki.zeromq.org

Prerequisits:

zeromq 4.x installed (Works with zeromq 3.x as well but will warn) a modern GCC (4.3 or better) with Ada enabled

Install:

 $ ./configure
 $ make
 $ sudo make install

Tested on

Fedora 27 /native GNATPro 19.x