Skip to content

Commit

Permalink
automate 3.0.0. (#914)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Blady-Com authored Nov 3, 2023
1 parent 9099ace commit c3adb36
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions index/au/automate/automate-3.0.0.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
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"

0 comments on commit c3adb36

Please sign in to comment.