{
  "authors": [
    "Brent Seidel"
  ],
  "depends-on": [
    {
      "gnat": ">7.5"
    },
    {
      "bbs": "~0.1.0"
    },
    {
      "bbs_lisp": "~0.2.1"
    },
    {
      "bbs_simcpu": "~0.5.0"
    }
  ],
  "description": "CLI for CPU simulator",
  "executables": [
    "simcpucli"
  ],
  "licenses": "GPL-3.0-or-later",
  "long-description": "This provides a simple command line interface to the CPU simulator library.\nIt has commands for setting and reading memory, reading registers, and\nexecuting instructions.  It also uses the Tiny-Lisp library so that many\nof these actions can be scripted.\n",
  "maintainers": [
    "Brent Seidel <brentseidel@mac.com>"
  ],
  "maintainers-logins": [
    "BrentSeidel"
  ],
  "name": "simcpucli",
  "origin": {
    "commit": "c779a7285eb822de4efbd268876f883bb09500d9",
    "subdir": "./cli/",
    "url": "git+https://github.com/BrentSeidel/Sim-CPU.git"
  },
  "tags": [
    "cpu-simulator"
  ],
  "version": "0.5.0",
  "website": "https://github.com/BrentSeidel/Sim-CPU"
}
