{
  "authors": [
    "Stephane.Carrez@gmail.com"
  ],
  "configuration": {
    "disabled": true
  },
  "depends-on": [
    {
      "ansiada": "^1.0.0"
    }
  ],
  "description": "Printer toolkit to write reports",
  "gpr-externals": {
    "PT_BUILD": [
      "distrib",
      "debug",
      "optimize",
      "profile",
      "coverage"
    ],
    "PT_LIBRARY_TYPE": [
      "relocatable",
      "static",
      "static-pic"
    ]
  },
  "licenses": "Apache-2.0",
  "long-description": "Printer toolkit provides support to write reports on console or to produce SVG files with almost\nthe same Ada code.\n\nThe core library is provided by `printer_toolkit` and the SVG support implemented by the `printer_toolkit_svg`.\nRun one of the following Alire commands or both:\n\n```\nalr with printer_toolkit\nalr with printer_toolkit_svg\n```\n",
  "maintainers": [
    "Stephane.Carrez@gmail.com"
  ],
  "maintainers-logins": [
    "stcarrez"
  ],
  "name": "printer_toolkit",
  "origin": {
    "commit": "dcd7470e146221486c37db6b5e49e8e78c7a1163",
    "url": "git+https://gitlab.com/stcarrez/printer-toolkit.git"
  },
  "tags": [
    "reports",
    "console",
    "charts"
  ],
  "version": "0.2.0",
  "website": "https://gitlab.com/stcarrez/printer-toolkit"
}
