{
  "authors": [
    "Brent Seidel"
  ],
  "depends-on": [
    {
      "gnat": ">7.5"
    },
    {
      "bbs": "~0.1.0"
    },
    {
      "bbs_lisp": "~0.1.0"
    }
  ],
  "description": "Simple program for exploring tiny lisp",
  "executables": [
    "lispcli"
  ],
  "licenses": "GPL-3.0-or-later",
  "long-description": "This is a simple example of embedding Lisp to provide a REPL where you\ncan try various Lisp functions.  It can also be modified to test out\nLisp extensions.\n",
  "maintainers": [
    "Brent Seidel <brentseidel@mac.com>"
  ],
  "maintainers-logins": [
    "BrentSeidel"
  ],
  "name": "lispcli",
  "origin": {
    "commit": "9f5f0c378868994a2de3ab757681c2a880b9ed8d",
    "subdir": "./cli/",
    "url": "git+https://github.com/BrentSeidel/Ada-Lisp.git"
  },
  "tags": [
    "lisp"
  ],
  "version": "0.1.1",
  "website": "https://github.com/BrentSeidel/Ada-Lisp"
}
