19 lines
682 B
TOML
19 lines
682 B
TOML
description = "HAC Ada Compiler: a small, quick Ada compiler covering a subset of Ada"
|
|
name = "hac"
|
|
version = "0.25.0"
|
|
authors = ["Gautier de Montmollin"]
|
|
website = "https://hacadacompiler.sourceforge.io/"
|
|
licenses = "MIT"
|
|
maintainers = ["gdemont@hotmail.com"]
|
|
maintainers-logins = ["zertovitch"]
|
|
project-files = ["hac.gpr"]
|
|
executables = ["hac"]
|
|
tags = ["hac", "compiler"]
|
|
|
|
[gpr-externals]
|
|
HAC_Build_Mode = ["Debug", "Fast", "Small"]
|
|
|
|
[origin]
|
|
url = "https://sourceforge.net/projects/hacadacompiler/files/hac-2023-06-25-v.0.25.zip"
|
|
hashes = ["sha512:fd80cea32a5d05f15eefea14d1e40ae90ac5af7167d3acbe31dc2278543aaccc72ef82fe07ba03cdbfc0389ae376d4fa90347517a1643dc792daad2cc4eacb9f"]
|