{
  "authors": [
    "Gautier de Montmollin"
  ],
  "description": "HAC Ada Compiler: a small, quick Ada compiler covering a subset of Ada",
  "executables": [
    "hac"
  ],
  "gpr-externals": {
    "HAC_Build_Mode": [
      "Debug",
      "Fast",
      "Small"
    ]
  },
  "licenses": "MIT",
  "long-description": "&nbsp;<img src=\"https://hacadacompiler.sourceforge.io/hac_anim.gif\" alt=\"hac logo\" width=\"464\" height=\"auto\">\n\nHAC (HAC Ada Compiler) is a small, quickly compiled, open-source Ada compiler, covering a subset of the Ada language.\nHAC is perhaps the first open-source (albeit partial) Ada compiler fully programmed in Ada itself.\n\nFeatures:\n\n* **Quick**: short programming-compilation-run-test cycles.\n* Perfect for scripting jobs.\n* Compiles Ada sources from any stream - file, internet, editor data, Zip archive, ...\n* Compilation leaves zero compilation temp file - all is done in memory!\n* Portable, fully programmed in Ada.\n* Can be embedded into another software - see the [**LEA**](https://l-e-a.sourceforge.io/) editor - and even exchange data with it - see the src/apps/exchange_native_side.adb demo.\n* **Free**, open-source.\n",
  "maintainers": [
    "gdemont@hotmail.com"
  ],
  "maintainers-logins": [
    "zertovitch"
  ],
  "name": "hac",
  "origin": {
    "hashes": [
      "sha512:ba4b43415fd548730d4c987029565abc3c89b0de5d9afc095709089016e7e88be82906773d13d576f8ef0d0a01830e4d86a3b2d914e969669519d57d4765025a"
    ],
    "url": "https://sourceforge.net/projects/hacadacompiler/files/hac-2024-03-21-v.0.30.zip"
  },
  "project-files": [
    "hac.gpr"
  ],
  "tags": [
    "hac",
    "compiler"
  ],
  "version": "0.30.0",
  "website": "https://hacadacompiler.sourceforge.io/"
}
