{
  "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:9309c3cb5b40b8a51a8891c21c4865584fd0de4cb59a51fbf8ea947b50a3dc98",
      "sha512:4fd99be1dbb86996721bdc3ea8d89a426b32f5fb06a7976bf5c9b34320147f1374ce512e8739dea1854bed94cd5bcb18e3abf6cd62049b0e7a9d7100d52d44fd"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_regexp-7.0.1.tgz"
  },
  "tags": [
    "library",
    "strings",
    "wide-strings",
    "search",
    "regexp",
    "unicode",
    "ada2022"
  ],
  "version": "7.0.1",
  "website": "https://sourceforge.net/projects/adacl/"
}
