From c3adb36e5106138f92b13b0eccc7c998962885f4 Mon Sep 17 00:00:00 2001 From: Blady-Com Date: Fri, 3 Nov 2023 08:22:29 +0100 Subject: [PATCH] automate 3.0.0. (#914) Upgrade to UXStrings 0.6.0, UXStrings.Lists and Ada.Containers.Ordered_Maps. Automate name input has been moved to command line. Automate information inputs have been moved to parameters. Add embedded debug support in automate description for each read event. Miscellaneous improvements. --- index/au/automate/automate-3.0.0.toml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 index/au/automate/automate-3.0.0.toml diff --git a/index/au/automate/automate-3.0.0.toml b/index/au/automate/automate-3.0.0.toml new file mode 100644 index 00000000..dba39f3c --- /dev/null +++ b/index/au/automate/automate-3.0.0.toml @@ -0,0 +1,23 @@ +name = "automate" +description = "Ada finite-state machine generator" +version = "3.0.0" +tags = ["automaton", "generator"] + +authors = ["Pascal Pignard"] +maintainers = ["Pascal Pignard "] +maintainers-logins = ["Blady-Com"] +website = "https://github.com/Blady-Com/Automate" + +licenses = "CECILL-2.1" + +executables = ["genauto"] + +[gpr-set-externals.'case(os)'] +macos = { GENAUTO_LINKER_FLAGS = "-Wl,-no_pie" } # needed for symbolic exception traceback +[[depends-on]] +uxstrings = ">=0.6" + +[origin] +commit = "b83dfb7701b9f27aaa2c6b40467c99c55f1ee92f" +url = "git+https://github.com/Blady-Com/Automate.git" +