From 68b23ad75a5bcb072ce39e82e1b5bae231915b43 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Fri, 12 Jun 2020 21:49:54 +0300 Subject: [PATCH] Add zeromq-ada 4.1.5 (#123) --- index/li/libzmq.toml | 11 +++++++++++ index/ze/zeromq_ada.toml | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 index/li/libzmq.toml create mode 100644 index/ze/zeromq_ada.toml diff --git a/index/li/libzmq.toml b/index/li/libzmq.toml new file mode 100644 index 00000000..a07ed262 --- /dev/null +++ b/index/li/libzmq.toml @@ -0,0 +1,11 @@ +[general] +description = "lightweight messaging kernel" +licenses = [] +maintainers = ["Maxim Reznik "] +maintainers-logins = ["reznikmm"] + +[[external]] +kind = "system" + [external.origin.'case(distribution)'] + 'debian|ubuntu' = ["libzmq3-dev"] + 'msys2' = ["mingw-w64-x86_64-zeromq"] diff --git a/index/ze/zeromq_ada.toml b/index/ze/zeromq_ada.toml new file mode 100644 index 00000000..93a151d8 --- /dev/null +++ b/index/ze/zeromq_ada.toml @@ -0,0 +1,32 @@ +[general] +description = "An Ada-binding the ØMQ library" +tags = ["network", "distributed", "messaging", "binding"] + +licenses = ["MIT", "GMGPL 2.0"] +authors = ["Per Sandberg "] +website = "https://github.com/persan/zeromq-Ada" +maintainers = ["Per Sandberg ", "Maxim Reznik "] +maintainers-logins = ["persan", "reznikmm"] + +project-files = ["zmq.gpr"] + + [general.depends-on] + libzmq = "any" + + [[general.actions]] + type = "post-fetch" + command = ["cp", "libzmq.gpr.in", "libzmq.gpr"] + + [[general.actions]] + type = "post-fetch" + command = ["cp", "libsodium.gpr.in", "libsodium.gpr"] + + [general.gpr-externals] + LIBRARY_TYPE = ["static", "relocatable"] + + [general.gpr-set-externals] + LIBRARY_TYPE = "static" + +['4.1.5'] +origin = "https://github.com/persan/zeromq-Ada/archive/4.1.5-20200330.tar.gz" +origin-hashes= ["sha512:b2a857f77a0d3173b0b57978c2525c99c577512bd80928c8443f8f11a00193c6c0a7301a9c4ee9199338a616c40860917b5194e79f42c90f4bd838cde3ff2222"]