19 lines
597 B
TOML
19 lines
597 B
TOML
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 <contact@geewiz.dev>"]
|
|
maintainers = ["Jochen Lillich <contact@geewiz.dev>"]
|
|
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"
|