From b93e81490b9fde32b2fcd8a009d8188f77b92032 Mon Sep 17 00:00:00 2001 From: Jochen Lillich Date: Mon, 16 Mar 2026 11:57:47 +0000 Subject: [PATCH] czmq_ada 0.3.0 (#1825) --- index/cz/czmq_ada/czmq_ada-0.3.0.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 index/cz/czmq_ada/czmq_ada-0.3.0.toml diff --git a/index/cz/czmq_ada/czmq_ada-0.3.0.toml b/index/cz/czmq_ada/czmq_ada-0.3.0.toml new file mode 100644 index 00000000..463ae284 --- /dev/null +++ b/index/cz/czmq_ada/czmq_ada-0.3.0.toml @@ -0,0 +1,18 @@ +name = "czmq_ada" +version = "0.3.0" +description = "Ada bindings for CZMQ (high-level C API for ZeroMQ)" +tags = ["zeromq", "messaging", "networking", "bindings"] +website = "https://github.com/geewiz/czmq_ada" +licenses = "MPL-2.0" +authors = ["Jochen Lillich "] +maintainers = ["Jochen Lillich "] +maintainers-logins = ["geewiz"] + +notes = """ +Requires CZMQ library to be installed. +See README.md for installation instructions for your platform. +""" + +[origin] +commit = "5b7792a7ec5703bbc36a53f6785d426911bdcf83" +url = "git+https://github.com/geewiz/czmq_ada.git"