{
  "authors": [
    "Simon Wright"
  ],
  "description": "Much reduced version of Ada.Containers (bounded Maps, Vectors)",
  "licenses": "GPL-3.0-or-later WITH GCC-exception-3.1",
  "long-description": "The motivation for these containers was use in [ColdFrame](https://simonjwright.github.io/coldframe/), an open-source code generator backend for use with UML tools in a restricted environment (a BBC micro:bit).\n\nIn such an environment, it's normal to strip out unused code and data at link time (`-gc-sections` with GNU `ld`, `-dead_strip` with Apple `ld`).\n\nUnfortunately, it turns out that no primitive subprograms of tagged types can be stripped (they are all referenced by the dispatch table).\n\nThese containers are still tagged, because (without compiler extensions) ColdFrame expects to use prefixed notation (_object_._primitive subprogram (...)_, as would users). However, the number of subprograms has been much reduced.\n",
  "maintainers": [
    "Simon Wright <simon@pushface.org>"
  ],
  "maintainers-logins": [
    "simonjwright"
  ],
  "name": "minimal_containers",
  "origin": {
    "commit": "592661c64b8ad6fa40864e9584a8faa3a1d2b283",
    "url": "git+https://github.com/simonjwright/minimal_containers.git"
  },
  "project-files": "minimal_containers.gpr",
  "tags": [
    "containers"
  ],
  "version": "1.0.0",
  "website": "https://github.com/simonjwright/minimal_containers"
}
