{
  "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"
    }
  ],
  "description": "AdaCL: Search and Replace with Wide/Wide-Wide Support",
  "licenses": "GPL-3.0-or-later",
  "long-description": "Powerful search-and-replace library for Ada 2022, developed by Martin Krischik, with wide and wide-wide character support.\n\nFeatures:\n- Load, transform, and store text\n- Vector-based text transformations for efficient processing\n- Supports standard, wide, and wide-wide characters for internationalisation\n- Embedded transformations for internal text processing\n- Extensible transformations via tagged types for complex operations\n- Integrates with the Ada Class Library (AdaCL) for robust text handling\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_sar/src/)\nDocumentation: [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl_sar/index.html)\n",
  "maintainers": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "maintainers-logins": [
    "krischik"
  ],
  "name": "adacl_sar",
  "origin": {
    "hashes": [
      "sha256:dff0c40c7c1685dc75bd20a80f21c4d07448d29d3a00f8fc219a828a1a45b122",
      "sha512:df7f487cca52ba81f34c414be35a8c3bd7c0b007b245ecfa2c85c1108fc41c33e2e05b341334cc8bc5c779bcbbc6c47602824a9e061aad1dc5d541cefbcca7a6"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_sar-7.1.2.tgz"
  },
  "tags": [
    "library",
    "strings",
    "search",
    "replace",
    "ada2022"
  ],
  "version": "7.1.2",
  "website": "https://sourceforge.net/projects/adacl/"
}
