{
  "authors": [
    "Martin Krischik <krischik@users.sourceforge.net>"
  ],
  "build-switches": {
    "development": {
      "contracts": "Yes",
      "runtime_checks": "Overflow"
    },
    "release": {
      "contracts": "Yes",
      "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 commandline argument parser, the string utilities and the trace utility has\nbeen ported from the old Ada95 code.\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 terstsuite 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:fb6d502705520f48cc6f01fe199cb7273d9c839b1e42bb7793ef5b4e08b10f72",
      "sha512:42dfbdcc9e848a5d1dfd34f55f1fc3e480c7f6e012a200f7dbe913b6ad450d1513ee1d15532911c0be28a9e8743fc4b5ca63a91df4b0b6dea328784481c16532"
    ],
    "url": "https://sourceforge.net/projects/adacl/files/Alire/adacl-5.9.9.tgz"
  },
  "tags": [
    "library",
    "commandline",
    "trace",
    "ada2022"
  ],
  "version": "5.9.9",
  "website": "https://sourceforge.net/projects/adacl/"
}
