What | Packer |
Where | https://github.com/tclssg/packer |
Description | A Starpack tool (see below). |
Platforms | Known to run on Linux and Windows. By default builds Starpacks for Linux (x86 and x86_64), OS X (version 10.5 or later, Intel only), and Windows (32-bit). |
Prerequisites | Tcl 8.6 or newer. |
Updated | 2024-10-01 (v0.9.0) |
License | MIT |
Contact | dbohdan |
Packer is a tool for building cross-platform Starpacks with Tcllib included. It takes as input the content of a Git repository, e.g., on GitHub. The only assumption made about the source repository is that it includes a lib/ directory into which Tcllib will be copied. Packer builds Tclssg by default (for which it was developed). It can be customized by overriding select default options; see the file build.tcl in the repository for an example of how it can be done.