{
  "authors": [
    "Simon Wright"
  ],
  "depends-on": [
    {
      "gnat": ">11.0.0",
      "xmlada": ">=21.0.0"
    }
  ],
  "description": "Implements XPath 1.0 in Ada",
  "gpr-externals": {
    "LIBRARY_TYPE": [
      "static",
      "relocatable"
    ]
  },
  "licenses": "GPL-3.0-or-later",
  "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.\n\nSubmitting 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.\n",
  "maintainers": [
    "Simon Wright <simon@pushface.org>"
  ],
  "maintainers-logins": [
    "simonjwright"
  ],
  "name": "xia",
  "origin": {
    "commit": "b3cee557eb22c80a01b621a08c643e005e6ee886",
    "url": "git+https://github.com/simonjwright/xia.git"
  },
  "project-files": [
    "XIA.gpr"
  ],
  "tags": [
    "xml"
  ],
  "version": "1.4.1"
}
