Add zeromq-ada 4.1.5 (#123)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[general]
|
||||
description = "lightweight messaging kernel"
|
||||
licenses = []
|
||||
maintainers = ["Maxim Reznik <reznikmm@gmail.com>"]
|
||||
maintainers-logins = ["reznikmm"]
|
||||
|
||||
[[external]]
|
||||
kind = "system"
|
||||
[external.origin.'case(distribution)']
|
||||
'debian|ubuntu' = ["libzmq3-dev"]
|
||||
'msys2' = ["mingw-w64-x86_64-zeromq"]
|
||||
@@ -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 <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"]
|
||||
Reference in New Issue
Block a user