{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "Binding to Tcl/Tk",
    "development_only": false,
    "latest_version": "8.7.2",
    "name": "tash",
    "selected_version": "8.7.2",
    "versions": [
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "scripted_testing",
            "path": "index/sc/scripted_testing/scripted_testing-2.0.0.toml",
            "provided_version": "8.7.2",
            "qualifies": true,
            "requirement": "^8.7.0",
            "requires": "tash",
            "selected": true,
            "version": "2.0.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "libtcl",
            "package": "libtcl",
            "provided_version": "system",
            "requirement": "~8.6.0",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "libtk",
            "package": "libtk",
            "provided_version": "system",
            "requirement": "~8.6.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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\nPlease note that, on macOS, tash assumes that Tcl/Tk is provided via\n[Homebrew](https://brew.sh).\n",
          "maintainers": [
            "Simon Wright <simon@pushface.org>"
          ],
          "maintainers-logins": [
            "simonjwright"
          ],
          "name": "tash",
          "origin": {
            "commit": "4c588c12752a81819b9e0cf186ffb765d86637c0",
            "url": "git+https://github.com/simonjwright/tcladashell.git"
          },
          "project-files": [
            "tash.gpr"
          ],
          "tags": [
            "scripting",
            "tcl",
            "tk"
          ],
          "version": "8.7.2",
          "website": "https://github.com/simonjwright/tcladashell"
        },
        "path": "index/ta/tash/tash-8.7.2.toml",
        "version": "8.7.2"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "scripted_testing",
            "path": "index/sc/scripted_testing/scripted_testing-2.0.0.toml",
            "provided_version": "8.7.1",
            "qualifies": true,
            "requirement": "^8.7.0",
            "requires": "tash",
            "selected": true,
            "version": "2.0.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "libtcl",
            "package": "libtcl",
            "provided_version": "system",
            "requirement": "~8.6.0",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "libtk",
            "package": "libtk",
            "provided_version": "system",
            "requirement": "~8.6.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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\nPlease note that, on macOS, tash assumes that Tcl/Tk is provided via\n[Homebrew](https://brew.sh).\n",
          "maintainers": [
            "Simon Wright <simon@pushface.org>"
          ],
          "maintainers-logins": [
            "simonjwright"
          ],
          "name": "tash",
          "origin": {
            "commit": "0d961b35bb94f9abc64b141639da48920ec01cc5",
            "url": "git+https://github.com/simonjwright/tcladashell.git"
          },
          "project-files": [
            "tash.gpr"
          ],
          "tags": [
            "scripting",
            "tcl",
            "tk"
          ],
          "version": "8.7.1",
          "website": "https://github.com/simonjwright/tcladashell"
        },
        "path": "index/ta/tash/tash-8.7.1.toml",
        "version": "8.7.1"
      },
      {
        "dependants": [
          {
            "catalog": "community",
            "condition": null,
            "development": false,
            "name": "scripted_testing",
            "path": "index/sc/scripted_testing/scripted_testing-2.0.0.toml",
            "provided_version": "8.7.0",
            "qualifies": true,
            "requirement": "^8.7.0",
            "requires": "tash",
            "selected": true,
            "version": "2.0.0"
          }
        ],
        "dependencies": [
          {
            "catalog": "community",
            "condition": null,
            "name": "libtcl",
            "package": "libtcl",
            "provided_version": "system",
            "requirement": "~8.6.0",
            "resolved": true,
            "version": "system"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "libtk",
            "package": "libtk",
            "provided_version": "system",
            "requirement": "~8.6.0",
            "resolved": true,
            "version": "system"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "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"
        },
        "path": "index/ta/tash/tash-8.7.0.toml",
        "version": "8.7.0"
      }
    ]
  },
  "schema_version": 4
}
