{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "AdaCL: Encoding-Aware String Utilities",
    "development_only": false,
    "latest_version": "7.2.0",
    "name": "adacl_eastrings",
    "selected_version": "7.2.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": "^7.1",
            "resolved": true,
            "version": "7.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "alr",
                "run"
              ],
              "directory": "test",
              "type": "test"
            }
          ],
          "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": "^7.1"
            }
          ],
          "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:390a42bdbd5366e142c3c009f85cac8d8e16233697305c5a91a7043385f4fd83",
              "sha512:9cced6a44673e006366c4e04a1ded518b39d18c27bebf8fca7f351360fe82cbc7c6b171d7cc0864167f630440775d8b0127cee2b08fecafdc49d5d8bc2f16134"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-7.2.0.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "7.2.0",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-7.2.0.toml",
        "version": "7.2.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": "^7.1",
            "resolved": true,
            "version": "7.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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": "^7.1"
            }
          ],
          "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:6bb988d2cb432befb802f7f026b0381f5621b73339b270351f9cba169d1c9493",
              "sha512:92a0af84f6133f80f1da80905bf6e73f4e91a2c9c8c6f4418d12a75f93a62be1b1d0946011bd0e425356314dfbc41a16bb7bb128abcc94b149ca122f39ce881e"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-7.1.2.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "7.1.2",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-7.1.2.toml",
        "version": "7.1.2"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": "^7.0.0",
            "resolved": true,
            "version": "7.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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": "^7.0.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:82fb6e4564cda85581ca776ea7dc83b1b0cc94a3df6b7ac7c3718ee9f5195dc4",
              "sha512:7a2a7c47e746a788b40c7b0b8975fb6d35f7afaf0c8fead027f5fac95b502a3f245764f679108f58d912320edc6a6c4dc100be8ee49a6b241a0786efc1f561b7"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-7.1.0.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "7.1.0",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-7.1.0.toml",
        "version": "7.1.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": "^7.0.0",
            "resolved": true,
            "version": "7.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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": "^7.0.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:91b30d7d34c15362e8d61fa9ccff9cc8da2299fe9368a284480c8d9312ce0ed1",
              "sha512:89f4e17e86113aa0b4e014cb68f6e60c53d92636e38402eeacbc44031f585c37c2277b45bfca64704142dff09160f6b17ea8517445b4633135639e8c201aa622"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-7.0.1.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "7.0.1",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-7.0.1.toml",
        "version": "7.0.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "7.2.0",
            "requirement": "^7.0.0",
            "resolved": true,
            "version": "7.2.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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": "^7.0.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:fa8bce5a25dbaf8589dff2523d57e2b39ea8e2bbcf8641ec80ddeaa564936905",
              "sha512:18a4dbd59da585c9daf6a979b7ed8a9fe4cda2dfcbbb9a8102a2e8cef1e7f79b0870efbf7da7a101651e41a9276ec44b702f0c18670af2ae2df8e029fca3b219"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-7.0.0.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "7.0.0",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-7.0.0.toml",
        "version": "7.0.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "6.3.0",
            "requirement": "^6.3.0",
            "resolved": true,
            "version": "6.3.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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.3.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:8ec7facdaa9dd77cf95a5fe959a26540998b0be5c49dfeb57cb6efed8174f1f7",
              "sha512:5f4ae9bfc9473ce6a329354f612a7988f6bc2af83b54af38f70399dff97f592caecc705d8f72ec1537cc84adec6e139a358bb9461fbdcc835d8f9667f7ce7e60"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-6.3.0.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "6.3.0",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-6.3.0.toml",
        "version": "6.3.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "6.3.0",
            "requirement": "^6.2.2",
            "resolved": true,
            "version": "6.3.0"
          },
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "15.3.0",
            "requirement": "^15.1",
            "resolved": true,
            "version": "15.3.0-patchset.1.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "gprbuild",
            "package": "gprbuild",
            "provided_version": "25.0.1",
            "requirement": "^25.0",
            "resolved": true,
            "version": "25.0.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-6.2.2.toml",
        "version": "6.2.2"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "15.3.0",
            "requirement": "^15.1",
            "resolved": true,
            "version": "15.3.0-patchset.1.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "6.3.0",
            "requirement": "^6.2.1",
            "resolved": true,
            "version": "6.3.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "alr",
                "run"
              ],
              "directory": "test",
              "type": "test"
            }
          ],
          "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.1",
              "gnat": "^15.1"
            }
          ],
          "description": "Ada Class Library - EAStrings",
          "licenses": "GPL-3.0-or-later",
          "long-description": "A class library for Ada for those who like OO programming.\n\nEncoding aware strings.\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code including AUnit tests available on [SourceForge](https://git.code.sf.net/p/adacl/git)\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:80208501ad831e5bcb7a042ef584b511e2079d2b38d4e3fb0a39da46247efda2",
              "sha512:2e31b8b0eed505a85beb56eefdb469415779e12e754ce87d8664c67dad5b1280f27a401e7ae5a5f0b0a3b6d40dede8e1b93f241fa4abfdd31726ed99a94f2d39"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-6.2.1.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "6.2.1",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-6.2.1.toml",
        "version": "6.2.1"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_native",
            "package": "gnat_native",
            "provided_version": "14.2.1",
            "requirement": "^14.2",
            "resolved": true,
            "version": "14.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "6.3.0",
            "requirement": "^6.1.1",
            "resolved": true,
            "version": "6.3.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "alr",
                "run"
              ],
              "directory": "test",
              "type": "test"
            }
          ],
          "authors": [
            "Martin Krischik <krischik@users.sourceforge.net>",
            "BjÃ¶rn Persson <rombobeorn@users.sourceforge.net>"
          ],
          "build-switches": {
            "development": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "runtime_checks": "Overflow"
            },
            "release": {
              "compile_checks": "Warnings",
              "contracts": "No",
              "runtime_checks": "Default"
            },
            "validation": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "runtime_checks": "Everything"
            }
          },
          "depends-on": [
            {
              "adacl": "^6.1.1",
              "gnat_native": "^14.2"
            }
          ],
          "description": "Ada Class Library - EAStrings",
          "licenses": "GPL-3.0-or-later",
          "long-description": "A class library for Ada for those who like OO programming.\n\nEncoding aware strings.\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code including AUnit tests available on [SourceForge](https://git.code.sf.net/p/adacl/git)\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:7d32d817834417050cae64aefc8a3f394004ff47bf47469b46d3519dd111e569",
              "sha512:7ed506c843374878d4a38d0a43639db498d6ee65f3e59025b1b12baa26376d3cbb27135550efbf2301bcf341384bd3d4f560ff395b4906daf9b1ba874330db59"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-6.2.0.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "6.2.0",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-6.2.0.toml",
        "version": "6.2.0"
      },
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "gnat_native",
            "package": "gnat_native",
            "provided_version": "14.2.1",
            "requirement": "^14.2",
            "resolved": true,
            "version": "14.2.1"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "adacl",
            "package": "adacl",
            "provided_version": "6.1.1",
            "requirement": "6.1.1",
            "resolved": true,
            "version": "6.1.1"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "actions": [
            {
              "command": [
                "alr",
                "run"
              ],
              "directory": "test",
              "type": "test"
            }
          ],
          "authors": [
            "Martin Krischik <krischik@users.sourceforge.net>",
            "BjÃ¶rn Persson <rombobeorn@users.sourceforge.net>"
          ],
          "build-switches": {
            "development": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "runtime_checks": "Overflow"
            },
            "release": {
              "compile_checks": "Warnings",
              "contracts": "No",
              "runtime_checks": "Default"
            },
            "validation": {
              "compile_checks": "Warnings",
              "contracts": "Yes",
              "runtime_checks": "Everything"
            }
          },
          "depends-on": [
            {
              "adacl": "6.1.1",
              "gnat_native": "^14.2"
            }
          ],
          "description": "Ada Class Library - EAStrings",
          "licenses": "GPL-3.0-or-later",
          "long-description": "A class library for Ada for those who like OO programming.\n\nEncoding aware strings.\n\nDevelopment versions available with:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code including AUnit tests available on [SourceForge](https://git.code.sf.net/p/adacl/git)\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:e075ab39076f6524137a8f18966672990bbeaeed3c2d606d0224fea4d4e88b03",
              "sha512:2d21e698922f3204ee5285b47bf4fbf604fe46d176879204ad29f32304595e08b4540444bf1725cd83b091bbfea124c556c9064e5cc50c8833bc4ce7aa6b5f6e"
            ],
            "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl_eastrings-6.1.1.tgz"
          },
          "tags": [
            "library",
            "strings",
            "i18n",
            "ada2022"
          ],
          "version": "6.1.1",
          "website": "https://sourceforge.net/projects/adacl/"
        },
        "path": "index/ad/adacl_eastrings/adacl_eastrings-6.1.1.toml",
        "version": "6.1.1"
      }
    ]
  },
  "schema_version": 4
}
