Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XIA 1.4.1. #979

Merged
merged 2 commits into from
Jan 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"

Loading