{
  "actions": [
    {
      "command": [
        "alr",
        "--chdir=test",
        "run"
      ],
      "directory": ".",
      "type": "test"
    }
  ],
  "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.1.2"
    }
  ],
  "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:029c6e80b9241bca64c2b0387c184d5f8f214f34b56aa155d569ec2f076bec73",
      "sha512:009f3064ab70d5217b897a7d659295675ee7644c677eeeed7db91888de5189e23f8bf5a5fb4808c548aeb58793137dbc0e710db47866ca956f28c13cb111ec51"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_regexp-7.2.0.tgz"
  },
  "tags": [
    "library",
    "strings",
    "wide-strings",
    "search",
    "regexp",
    "unicode",
    "ada2022"
  ],
  "version": "7.2.0",
  "website": "https://sourceforge.net/projects/adacl/"
}
