TclTkpkgs
search metrics about

Explore the Tcl/Tk packages ecosystem

✨ Fun Fact: Loading... ✨

Explore tags:

Latest packages:

Latest releases/tags:

Latest commits:

Search

filters:

← back

Metrics

A small collection of metrics from the registry

totals

total-
authors/orgs-
archived-
unreachable-
versioned-
last commit (> 1 year)-
last commit (< 90 days)-

tags (top 20)

authors (top 20)

domains

About

TclTkpkgs is a web interface to search for Tcl/Tk packages.

Why does "TclTkpkgs" exist?

To explore the Tcl/Tk ecosystem. But also to centralize package discovery—giving the community a single, modern place to find and share libraries. It helps newcomers discover what exists, and helps maintainers get visibility for their work.

How do I add my package?

Submit a PR to the registry with your package information. Simply add an entry to the packages.json file following this format:

{
  "name": "mypackage",
  "sources": [
    {
      "url": "https://github.com/user/mypackage",
      "method": "git",
      "web": "https://github.com/user/mypackage",
      "author": "user",
      "license": "MIT"
    }
  ],
  "tags": ["tcl", "module", "category"],
  "description": "Description here"
}

Notes: The web field is optional and points to documentation if different from the repository URL.

My package is incorrectly listed, how can I update it?

Please open an issue at registry/issues

Acknowledgments:

The registry format draws inspiration from modern package registries (npm, Cargo, Nim) while being specifically adapted for the Tcl/Tk ecosystem.

tcltk-pkgs registry _
source