{
  "authors": [
    "Stephen Merrony"
  ],
  "depends-on": [
    {
      "gnat": ">=13.0"
    }
  ],
  "description": "Very Simple Graphics Package",
  "licenses": "MIT OR Apache-2.0 WITH LLVM-exception",
  "long-description": "# Overview\n\nEasy_Graphics is a simple library for generating graphical output from your Ada program.\n\nTypical use cases might be educational projects, prototyping, programming challenges,\nor simply when you want to visualise something quickly in a larger system.\n",
  "maintainers": [
    "Stephen Merrony <merrony@gmail.com>"
  ],
  "maintainers-logins": [
    "SMerrony"
  ],
  "name": "easy_graphics",
  "origin": {
    "commit": "6284e085724ed963700ffb0810e55953196e7f49",
    "url": "git+https://github.com/SMerrony/easy_graphics.git"
  },
  "tags": [
    "graphics",
    "image",
    "ppm",
    "pam",
    "gif",
    "turtle"
  ],
  "version": "0.1.0",
  "website": "https://github.com/SMerrony/easy_graphic"
}
