{
  "authors": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada2022",
      "source_encoding": "UTF_8"
    },
    "development": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "debug_info": "Yes",
      "optimization": "Debug",
      "runtime_checks": "Overflow"
    },
    "release": {
      "compile_checks": "Warnings",
      "contracts": "No",
      "debug_info": "No",
      "optimization": "Performance",
      "runtime_checks": "Default"
    },
    "validation": {
      "compile_checks": "Warnings",
      "contracts": "Yes",
      "debug_info": "Yes",
      "optimization": "Debug",
      "runtime_checks": "Everything"
    }
  },
  "depends-on": [
    {
      "adacl": "^7.0.0"
    }
  ],
  "description": "AdaCL: Regex and SPITBOL Patterns with Wide Character Support",
  "licenses": "GPL-3.0-or-later",
  "long-description": "Regular expression and SPITBOL pattern matching for Ada 2022, with wide character support.\n\nFeatures:\n- Regular Expressions:\n  - Generic implementation for any discrete element array\n  - Instantiations for String, Wide_String, and Wide_Wide_String\n- SPITBOL Patterns:\n  - Pattern construction and matching, inspired by Macro-SPITBOL (Robert Dewar)\n  - Supports String, Wide_String, and Wide_Wide_String\n- Forked from GNAT.Regexp and GNAT.Spitbol with enhanced wide and wide-wide character support\n\nLicensed under GPL-3.0-or-later. Integrates with the Ada Class Library (AdaCL).\n\nSource: [SourceForge](https://sourceforge.net/p/adacl/git/ci/master/tree/adacl_regexp/src/)\nDocumentation: [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl_regexp/index.html)\n",
  "maintainers": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "maintainers-logins": [
    "krischik"
  ],
  "name": "adacl_regexp",
  "origin": {
    "hashes": [
      "sha256:666d1d77d3c60d9de789c0e185fc14e2ed1d0637dfac8d3733d9baeb86cfe871",
      "sha512:ed7e1d537edf6013a37126ae7973f2f6d483c73733362f8e49fe02af945864f55590d6439c2ca8435b809da0ecc613eaccd95e49e6a53fbe364bb8523965c993"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_regexp-7.1.0.tgz"
  },
  "tags": [
    "library",
    "strings",
    "wide-strings",
    "search",
    "regexp",
    "unicode",
    "ada2022"
  ],
  "version": "7.1.0",
  "website": "https://sourceforge.net/projects/adacl/"
}
