{
  "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_native": "^14.2"
    }
  ],
  "description": "Ada Class Library (String, Trace, AUnit, Smart Pointer. GetOpt)",
  "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 access types\n  * generic for arrays types\n  * generic for discrete types\n  * generic for float types\n  * generic for vector 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:5d12aabe67b78c7dee0d9066e4be8175cb8c0a919b80a0a71be512eb7ebdd73e",
      "sha512:44da40822cfa63e8d62999ae3881a5c474ca820fb7a184383ddbc81a32eb87fc3ec8b89f6a2d5ea06324205c793d56b51f4370c6a62387c99f3cc3aeb9985f6e"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl-5.16.1.tgz"
  },
  "tags": [
    "library",
    "command-line",
    "trace",
    "logging",
    "string",
    "aunit",
    "assert",
    "container",
    "smart-pointer",
    "ada2022"
  ],
  "version": "5.16.1",
  "website": "https://sourceforge.net/projects/adacl/"
}
