From 538eb0216a9f3654797ce7816df809afa4616e86 Mon Sep 17 00:00:00 2001 From: Simon Wright Date: Thu, 25 Jan 2024 12:21:43 +0000 Subject: [PATCH] Add XIA 1.4.1. Mainly, change dependencies from "^" to ">=". Also, the test/ crate is updated to 1.4.1-2 to cope with CI issues. * index/xi/xia/xia-1.4.1.toml: new. --- index/xi/xia/xia-1.4.1.toml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 index/xi/xia/xia-1.4.1.toml diff --git a/index/xi/xia/xia-1.4.1.toml b/index/xi/xia/xia-1.4.1.toml new file mode 100644 index 000000000..942ce7ff4 --- /dev/null +++ b/index/xi/xia/xia-1.4.1.toml @@ -0,0 +1,29 @@ +name = "xia" +description = "Implements XPath 1.0 in Ada" +long-description = """ +XIA is a native Ada implementation of the XPath 1.0 specification. XIA is built using the DOM component of AdaCore's XML/Ada implementation and code generated by AdaGOOP. + +Submitting XPath queries is done via the XIA.XPath_Query function. The function returns a Dom.Core.Node_List, whose contents can be accessed with the function DOM.Core.Nodes.Item. +""" +version = "1.4.1" +licenses= "GPL-3.0-or-later" + +authors = ["Simon Wright"] +maintainers = ["Simon Wright "] +maintainers-logins = ["simonjwright"] + +project-files = ["XIA.gpr"] + +tags = ["xml"] + +[[depends-on]] +gnat = ">11.0.0" +xmlada = ">=21.0.0" + +[gpr-externals] +LIBRARY_TYPE = ["static", "relocatable"] + +[origin] +commit = "b3cee557eb22c80a01b621a08c643e005e6ee886" +url = "git+https://github.com/simonjwright/xia.git" +