{
  "actions": [
    {
      "command": [
        "alr",
        "run"
      ],
      "directory": "test",
      "type": "test"
    }
  ],
  "authors": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "build-switches": {
    "development": {
      "contracts": "Yes",
      "runtime_checks": "Overflow"
    },
    "release": {
      "contracts": "No",
      "runtime_checks": "Default"
    },
    "validation": {
      "contracts": "Yes",
      "runtime_checks": "Everything"
    }
  },
  "depends-on": [
    {
      "gnat": ">=12 & <2000"
    }
  ],
  "description": "Ada Class Library",
  "licenses": "GPL-3.0-or-later",
  "long-description": "A class library for Ada for those who like OO programming.\n\nCurrently the following functionality is migrated to Ada 2022:\n\n* Getopt commandline argument parser\n* String utilities\n* Trace utility\n* Smart pointer\n  * Reference counted\n  * Unique pointer\n  * Shared pointer\n* AUnit compatible informative asserts\n    * generic  for arrays types\n    * generic  for discrete types\n    * generic  for access types\n\nSee [GNATdoc](https://adacl.sourceforge.net/gnatdoc/adacl/index.html) for details.\n\nDevelopment versions and testsuite available using the follwowing index:\n\n```sh\nalr index --add \"git+https://github.com/krischik/alire-index.git#develop\" --name krischik\n```\n\nSource code and testsuite available on [SourceForge](https://git.code.sf.net/p/adacl/git)\n",
  "maintainers": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "maintainers-logins": [
    "krischik"
  ],
  "name": "adacl",
  "origin": {
    "hashes": [
      "sha256:e7c1515b7e3f32706c8b3eb2c577d78bba4cbc767b037a9a660c98d0311651f0",
      "sha512:2a2edad6b848fdca6c752a7b5cd2fc9248ebf67bd02e98d32178aa62cb2760a72e8062d4398f6ed2edbf7d278a3fde0a482f26e78ba53c48b3d995d81168964c"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl-5.15.1.tgz"
  },
  "tags": [
    "library",
    "command-line",
    "trace",
    "logging",
    "string",
    "aunit",
    "assert",
    "container",
    "smart-pointer",
    "ada2022"
  ],
  "version": "5.15.1",
  "website": "https://sourceforge.net/projects/adacl/"
}
