Explore the Tcl/Tk packages ecosystem
✨ Fun Fact: Loading... ✨
✨ Fun Fact: Loading... ✨
Explore tags:
A small collection of metrics from the registry
| total | - |
| authors/orgs | - |
| archived | - |
| unreachable | - |
| versioned | - |
| last commit (> 1 year) | - |
| last commit (< 90 days) | - |
TclTkpkgs is a web interface to search for Tcl/Tk packages.
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.
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.
Please open an issue at registry/issues
The registry format draws inspiration from modern package registries
(npm, Cargo, Nim) while being specifically adapted for the Tcl/Tk ecosystem.