{
  "authors": [
    "AdaCore"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada2022"
    }
  },
  "configuration": {
    "generate_ada": false,
    "generate_c": false
  },
  "depends-on": [
    {
      "vss_text": "^26.0.0"
    }
  ],
  "description": "Extra features for VSS",
  "licenses": "Apache-2.0",
  "long-description": "## Warning - Work in Progress\n\nThis crate is based on [`VSS`](https://github.com/AdaCore/VSS) (Virtual\nString System). VSS has been split into two crates:\n\n* [`vss_text`](https://alire.ada.dev/crates/vss_text): a library for Unicode text\n  processing.\n* [`vss_extra`](https://alire.ada.dev/crates/vss_extra) (this crate): libraries\n  for handling JSON, Regexp, XML and other features based on `vss_text`.\n\nSignificant API changes are planned in `vss_text` which will likely have an\nimpact on this crate.\n\nMoreover, `vss_extra` is planned to be further split into more focused\nprojects (e.g. JSON, Regexp, XML, etc.) and might ultimately disappear once all\nfeatures find a new home.\n",
  "maintainers": [
    "Vadim Godunko <vgodunko@gmail.com>",
    "Maxim Reznik <reznikmm@gmail.com>",
    "sagaert@adacore.com",
    "chouteau@adacore.com"
  ],
  "maintainers-logins": [
    "godunko",
    "reznikmm",
    "AldanTanneo",
    "Fabien-Chouteau"
  ],
  "name": "vss_extra",
  "origin": {
    "hashes": [
      "sha512:15adc6bd8200d69b4417f1682b8dce51f0d415f6fafecc11c494650c6c25babcf2b6e927e568285910cca1df0f9e78b640127dfcd901efa2f6a2414506f5728f"
    ],
    "url": "https://github.com/AdaCore/vss-extra/archive/refs/tags/v26.0.0.zip"
  },
  "project-files": [
    "gnat/vss_os.gpr",
    "gnat/vss_json.gpr",
    "gnat/vss_regexp.gpr",
    "gnat/vss_xml.gpr",
    "gnat/vss_xml_templates.gpr"
  ],
  "tags": [
    "unicode",
    "vss",
    "os",
    "json",
    "xml"
  ],
  "version": "26.0.0",
  "website": "https://github.com/AdaCore/vss-extra"
}
