From 05f0760af96e1b078d872633242427e84b6e7008 Mon Sep 17 00:00:00 2001 From: Maxim Reznik Date: Sat, 3 Oct 2020 11:52:42 +0300 Subject: [PATCH] Add files via upload --- index/ax/axmpp/axmpp-1.0.0.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/ax/axmpp/axmpp-1.0.0.toml diff --git a/index/ax/axmpp/axmpp-1.0.0.toml b/index/ax/axmpp/axmpp-1.0.0.toml new file mode 100644 index 00000000..e4a96074 --- /dev/null +++ b/index/ax/axmpp/axmpp-1.0.0.toml @@ -0,0 +1,21 @@ +description = "XMPP client library in Ada" +name = "axmpp" +version = "1.0.0" +licenses = ["BSD 3-Clauses"] +authors = ["Alexander Basov", "Vadim Godunko"] +website = "https://github.com/coopht/axmpp" +maintainers = ["Alexander Basov ", "Max Reznik "] +maintainers-logins = ["coopht", "reznikmm"] + +project-files = ["gnat/axmpp.gpr"] +tags = ["xmpp", "jabber", "messaging"] + +[[depends-on]] +libgnutls = "any" +matreshka_league = "any" + + +[origin] +commit = "9133a13efb7d453dcda7ca0a952e056a0a87c73b" +url = "git+https://github.com/coopht/axmpp.git" +