From a7df70abefdeedf01813ff715888998311fcd183 Mon Sep 17 00:00:00 2001 From: Gautier de Montmollin Date: Mon, 20 Jun 2022 10:27:38 +0200 Subject: [PATCH] Create hac-0.11.0.toml (#555) * Create hac-0.11.0.toml * Update hac-0.11.0.toml Shortened description (<= 72 characters) --- index/ha/hac/hac-0.11.0.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 index/ha/hac/hac-0.11.0.toml diff --git a/index/ha/hac/hac-0.11.0.toml b/index/ha/hac/hac-0.11.0.toml new file mode 100644 index 00000000..77fb3c6c --- /dev/null +++ b/index/ha/hac/hac-0.11.0.toml @@ -0,0 +1,16 @@ +description = "HAC Ada Compiler: a small, quick Ada compiler covering a subset of Ada" +name = "hac" +version = "0.11.0" +authors = ["Gautier de Montmollin"] +website = "https://hacadacompiler.sourceforge.io/" +licenses = "MIT" +maintainers = ["gdemont@hotmail.com"] +maintainers-logins = ["zertovitch"] +project-files = ["hac.gpr"] + +[gpr-externals] +HAC_Build_Mode = ["Debug", "Fast", "Small"] + +[origin] +url = "https://sourceforge.net/projects/hacadacompiler/files/hac-2022-06-19-v.0.11.zip" +hashes = ["sha512:c596ed7c814406defbbb0d2dbf94c167236f36dc514e681ca2523045698d3fa4346e0b87ade272d4ed5a6047f61e9d4bdd033967bdb893fb4967a9af6c01982d"]