{
  "actions": [
    {
      "command": [
        "alr",
        "run"
      ],
      "directory": "test",
      "type": "test"
    }
  ],
  "authors": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "build-switches": {
    "development": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "runtime_checks": "Overflow"
    },
    "release": {
      "compile_checks": "Warnings",
      "contracts": "No",
      "runtime_checks": "Default"
    },
    "validation": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "runtime_checks": "Everything"
    }
  },
  "depends-on": [
    {
      "adacl": "6.2.0",
      "gnat_native": "^14.2"
    }
  ],
  "description": "Ada Class Library - Regular Expressions",
  "licenses": "GPL-3.0-or-later",
  "long-description": "A class library for Ada for those who like OO programming.\n\nRegular expression for String, Wide_String and Wide_Wide_Strings using a\ngeneric implementation that could be used for any array of descreete elements.\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code including AUnit tests available on [SourceForge](https://git.code.sf.net/p/adacl/git)\n",
  "maintainers": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "maintainers-logins": [
    "krischik"
  ],
  "name": "adacl_regexp",
  "origin": {
    "hashes": [
      "sha256:d25d08b193d4e5f93b2c67c39dd54dfaccc24eb4a0bdb92466a5e8a3d40d4721",
      "sha512:427e5ab1c579b63b822d81e55a3e25c0a3106a9406d3981e5cf19ffeb83854632e2b7b6418cdc39ad258ef0e064be2b925a348282fedb6c39c2e53129749458d"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_regexp-6.2.1.tgz"
  },
  "tags": [
    "library",
    "strings",
    "wide-strings",
    "search",
    "regexp",
    "unicode",
    "ada2022"
  ],
  "version": "6.2.1",
  "website": "https://sourceforge.net/projects/adacl/"
}
