Skip to content

Commit

Permalink
Add XIA 1.4.1.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
simonjwright committed Jan 28, 2024
1 parent 188820d commit 538eb02
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions index/xi/xia/xia-1.4.1.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit 538eb02

Please sign in to comment.