From 5e9c278231cdaeb40b0fd2db359f7b3f544110bb Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Tue, 27 Sep 2022 11:37:35 +0200 Subject: [PATCH] hac 0.21.0 (#638) * Create hac-0.21.0.toml Upgrade to HAC v.0.21 Details here: https://sourceforge.net/p/hacadacompiler/news/ More details in doc/hac_work.xls * Update hac-0.21.0.toml Added a few tags. Other ideas are welcome... --- index/ha/hac/hac-0.21.0.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index/ha/hac/hac-0.21.0.toml diff --git a/index/ha/hac/hac-0.21.0.toml b/index/ha/hac/hac-0.21.0.toml new file mode 100644 index 00000000..1509c527 --- /dev/null +++ b/index/ha/hac/hac-0.21.0.toml @@ -0,0 +1,17 @@ +description = "HAC Ada Compiler: a small, quick Ada compiler covering a subset of Ada" +name = "hac" +version = "0.21.0" +authors = ["Gautier de Montmollin"] +website = "https://hacadacompiler.sourceforge.io/" +licenses = "MIT" +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch"] +project-files = ["hac.gpr"] +tags = ["hac", "compiler"] + +[gpr-externals] +HAC_Build_Mode = ["Debug", "Fast", "Small"] + +[origin] +url = "https://sourceforge.net/projects/hacadacompiler/files/hac-2022-09-24-v.0.21.zip" +hashes = ["sha512:656077fb92abf13f313f5179cc6749004aa9d4840cc30d1fb3815bc995f1c8d8d3efa8d912d03ca818bcde0402ab62ca4ee8792f10f561685668265f13775352"]