{
  "authors": [
    "Paul Jarrett"
  ],
  "build-switches": {
    "*": {
      "Ada_Version": "Ada2022",
      "Style_Checks": [
        "-gnaty-d",
        "-gnatyM200",
        "-gnatyO"
      ]
    },
    "Development": {
      "Contracts": "Yes",
      "Debug_Info": "Yes",
      "Runtime_Checks": [
        "-gnato",
        "-fstack-check",
        "-gnatVa"
      ]
    },
    "Release": {
      "Runtime_Checks": "None"
    }
  },
  "depends-on": [
    {
      "gnatprove": "^15.1.0"
    }
  ],
  "description": "A Forth virtual machine",
  "executables": [
    "anteforth"
  ],
  "licenses": "GPL-3.0-or-later",
  "maintainers": [
    "Paul Jarrett <jarrett.paul.young@gmail.com>"
  ],
  "maintainers-logins": [
    "pyjarrett"
  ],
  "name": "anteforth",
  "origin": {
    "commit": "7fa8dfcf0eef211c7ed3067147d3338063bf066c",
    "url": "git+https://github.com/pyjarrett/anteforth.git"
  },
  "tags": [
    "forth",
    "vm",
    "spark"
  ],
  "version": "0.1.0",
  "website": ""
}
