{
  "actions": [
    {
      "command": [
        "make",
        "-C",
        "src",
        "tcl_record_sizes.ads"
      ],
      "type": "post-fetch"
    }
  ],
  "authors": [
    "Simon Wright"
  ],
  "depends-on": [
    {
      "libtcl": "~8.6.0",
      "libtk": "~8.6.0"
    }
  ],
  "description": "Binding to Tcl/Tk",
  "gpr-externals": {
    "TASH_LIBRARY_TYPE": [
      "static",
      "relocatable"
    ]
  },
  "gpr-set-externals": {
    "case(os)": {
      "linux": {
        "TASH_PLATFORM": "linux"
      },
      "macos": {
        "TASH_PLATFORM": "macos"
      },
      "windows": {
        "TASH_PLATFORM": "windows"
      }
    }
  },
  "licenses": "GPL-2.0-or-later WITH GCC-exception-2.0",
  "long-description": "Tash (previously known as Tcl Ada Shell) is an Ada binding to Tcl/Tk.\n\nIts purpose is to\n\n* allow a Tcl program to use Ada in place of C to implement Tcl\n  commands where additional execution speed, more complex data\n  structures, or better name space management is needed, and\n\n* support the rapid development of Platform-Independent Graphical User\n  Interfaces via Tk.\n",
  "maintainers": [
    "Simon Wright <simon@pushface.org>"
  ],
  "maintainers-logins": [
    "simonjwright"
  ],
  "name": "tash",
  "origin": {
    "commit": "e083b4f29b5df3388426145bbdd5e54fda74f743",
    "url": "git+https://github.com/simonjwright/tcladashell.git"
  },
  "project-files": [
    "tash.gpr"
  ],
  "tags": [
    "scripting",
    "tcl",
    "tk"
  ],
  "version": "8.7.0",
  "website": "https://github.com/simonjwright/tcladashell"
}
