Files
alire-index-community/index/ze/zeromq_ada.toml
T
2020-06-12 20:49:54 +02:00

33 lines
1.0 KiB
TOML

[general]
description = "An Ada-binding the ØMQ library"
tags = ["network", "distributed", "messaging", "binding"]
licenses = ["MIT", "GMGPL 2.0"]
authors = ["Per Sandberg <per.s.sandberg@bahnhof.se>"]
website = "https://github.com/persan/zeromq-Ada"
maintainers = ["Per Sandberg <per.s.sandberg@bahnhof.se>", "Maxim Reznik <reznikmm@gmail.com>"]
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"]