From 10faa8e6c76db3f7063e1e2549458339f29497a0 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Mon, 26 Aug 2024 13:43:33 +0200 Subject: [PATCH] printer_toolkit 0.2.0 (#1213) * Add Printer Toolkit 0.2.0 crates * Fix wrong install in index * Remove the SVG part --- .../printer_toolkit-0.2.0.toml | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 index/pr/printer_toolkit/printer_toolkit-0.2.0.toml diff --git a/index/pr/printer_toolkit/printer_toolkit-0.2.0.toml b/index/pr/printer_toolkit/printer_toolkit-0.2.0.toml new file mode 100644 index 00000000..232648e5 --- /dev/null +++ b/index/pr/printer_toolkit/printer_toolkit-0.2.0.toml @@ -0,0 +1,37 @@ +name = "printer_toolkit" +description = "Printer toolkit to write reports" +version = "0.2.0" +long-description = """ +Printer toolkit provides support to write reports on console or to produce SVG files with almost +the same Ada code. + +The core library is provided by `printer_toolkit` and the SVG support implemented by the `printer_toolkit_svg`. +Run one of the following Alire commands or both: + +``` +alr with printer_toolkit +alr with printer_toolkit_svg +``` +""" + +authors = ["Stephane.Carrez@gmail.com"] +maintainers = ["Stephane.Carrez@gmail.com"] +maintainers-logins = ["stcarrez"] +licenses = "Apache-2.0" +website = "https://gitlab.com/stcarrez/printer-toolkit" +tags = ["reports", "console", "charts"] + +[gpr-externals] +PT_BUILD = ["distrib", "debug", "optimize", "profile", "coverage"] +PT_LIBRARY_TYPE = ["relocatable", "static", "static-pic"] + +[configuration] +disabled = true + +[[depends-on]] +ansiada = "^1.0.0" + +[origin] +commit = "dcd7470e146221486c37db6b5e49e8e78c7a1163" +url = "git+https://gitlab.com/stcarrez/printer-toolkit.git" +