{
  "authors": [
    "Jeff Carter"
  ],
  "build-switches": {
    "*": {
      "ada_version": "Ada12",
      "style_checks": "No"
    }
  },
  "depends-on": [
    {
      "gnat": "<13.0 | >=13.3"
    }
  ],
  "description": " Ordered binary trees implemented without access types",
  "licenses": "BSD-3-Clause",
  "long-description": "# Binary_Trees\nOrdered binary trees implemented without access types\n\nDemonstration of a technique to be presented at the Ada Developers Workshop of the 2024 Ada-Europe conference\n",
  "maintainers": [
    "Bent Bracke <bent@bracke.dk>"
  ],
  "maintainers-logins": [
    "bracke"
  ],
  "name": "binary_trees",
  "origin": {
    "commit": "42ea72288130b796b51177046123685f2ddb6567",
    "url": "git+https://github.com/bracke/Binary_Trees.git"
  },
  "tags": [
    "binarytrees",
    "trees",
    "noaccess"
  ],
  "version": "20240519",
  "website": "https://github.com/bracke/Binary_Trees"
}
