{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "Printer toolkit to write reports",
    "development_only": false,
    "latest_version": "0.3.0",
    "name": "printer_toolkit",
    "selected_version": "0.3.0",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "0.3.0",
            "qualifies": true,
            "requirement": "~0.3.0",
            "requires": "printer_toolkit",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-1.0.0.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "printer_toolkit",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-0.4.1.toml",
            "provided_version": "0.3.0",
            "qualifies": false,
            "requirement": "~0.2.0",
            "requires": "printer_toolkit",
            "selected": false,
            "version": "0.4.1"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "ansiada",
            "package": "ansiada",
            "provided_version": "1.1.0",
            "requirement": "^1.0.0",
            "resolved": true,
            "version": "1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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.  It can display simple bar charts as well as images on the console.\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": "0ea56e5abd8557e3b4a35f4c3a09bf66bbdc4b15",
            "url": "git+https://gitlab.com/stcarrez/printer-toolkit.git"
          },
          "tags": [
            "reports",
            "console",
            "charts"
          ],
          "version": "0.3.0",
          "website": "https://gitlab.com/stcarrez/printer-toolkit"
        },
        "path": "index/pr/printer_toolkit/printer_toolkit-0.3.0.toml",
        "version": "0.3.0"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "mdshow",
            "path": "index/md/mdshow/mdshow-1.0.0.toml",
            "provided_version": "0.2.0",
            "qualifies": false,
            "requirement": "~0.3.0",
            "requires": "printer_toolkit",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-1.0.0.toml",
            "provided_version": "0.2.0",
            "qualifies": true,
            "requirement": "~0.2.0",
            "requires": "printer_toolkit",
            "selected": true,
            "version": "1.0.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "spdx_tool",
            "path": "index/sp/spdx_tool/spdx_tool-0.4.1.toml",
            "provided_version": "0.2.0",
            "qualifies": true,
            "requirement": "~0.2.0",
            "requires": "printer_toolkit",
            "selected": false,
            "version": "0.4.1"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "ansiada",
            "package": "ansiada",
            "provided_version": "1.1.0",
            "requirement": "^1.0.0",
            "resolved": true,
            "version": "1.1.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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"
        },
        "path": "index/pr/printer_toolkit/printer_toolkit-0.2.0.toml",
        "version": "0.2.0"
      }
    ]
  },
  "schema_version": 4
}
