Go to file
Per Sandberg 01211f82e4
Merge pull request #21 from manthonyaiello/master
Remove libsodium
2024-03-19 21:30:39 +01:00
.github/workflows Update ada.yml 2024-03-15 19:06:56 +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
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 Update license 2021-04-08 16:22:36 +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 Qualify python version 2024-03-16 12:15:39 +01:00
fixHeader.py Update license 2021-04-08 16:22:36 +02:00
generate.gpr Working towards 3.2 2012-12-29 22:54:25 +01:00
libzmq.gpr.in Remove libsodium 2024-03-19 13:59:12 -04: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 Remove references to nonexistent TOML files. 2024-02-06 15:51:21 -05: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

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