{
  "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/"
}
