{
  "authors": [
    "Martin Krischik <krischik@users.sourceforge.net>",
    "Björn Persson <rombobeorn@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": "^6.2.2",
      "gnat": "^15.1",
      "gprbuild": "^25.0"
    }
  ],
  "description": "AdaCL: Encoding-Aware String Utilities",
  "licenses": "GPL-3.0-or-later",
  "long-description": "Encoding-aware string utilities for Ada 2022, developed by Björn Persson for robust internationalization (i18n).\n\nSupports text processing with the following encodings:\n- Universal Character Set 4, Big-Endian (UCS-4 BE)\n- Universal Character Set 4, Little-Endian (UCS-4 LE)\n- Universal Character Set 2, Big-Endian (UCS-2 BE)\n- Universal Character Set 2, Little-Endian (UCS-2 LE)\n- Unicode Transformation Format 16, Big-Endian (UTF-16 BE)\n- Unicode Transformation Format 16, Little-Endian (UTF-16 LE)\n- Unicode Transformation Format 8 (UTF-8)\n- American Standard Code for Information Interchange (ASCII)\n- ISO/IEC 8859-1 (Latin-1)\n- Code Page 850 (DOS Latin-1)\n- Windows Code Page 1252\n\nAdditional features:\n- Text I/O for encoding-aware input/output\n- Basic command-line parsing for internationalized text\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_eastrings/src/)\nDocumentation: [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl_eastrings/index.html)\n",
  "maintainers": [
    "Martin Krischik <krischik@users.sourceforge.net>",
    "Björn Persson <rombobeorn@users.sourceforge.net>"
  ],
  "maintainers-logins": [
    "krischik",
    "rombobeorn"
  ],
  "name": "adacl_eastrings",
  "origin": {
    "hashes": [
      "sha256:6c023b2821816a15aaf2fe106766c223364e094deb9d43534ddac148e5468610",
      "sha512:eb94ed4e05d09f3cc6a8245be95eeb84b7725c38c5cfeaab860b560ef4fe89477946b2d993508488421af4a9eaa88d3f7208ab591f84188f2d16af28fa85412f"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-6.2.2.tgz"
  },
  "tags": [
    "library",
    "strings",
    "i18n",
    "ada2022"
  ],
  "version": "6.2.2",
  "website": "https://sourceforge.net/projects/adacl/"
}
