Punk Tcl binary-artifact repository. 'Battery Included' Tclkits intended to support the punk shell - but can be used as ordinary runtimes for Tcl.
see: https://www.gitea1.intx.com.au/jn/punkshell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.5 KiB
35 lines
1.5 KiB
#punkshell runtime artifact metadata (schema v2, class "runtime") - retroactive |
|
#sidecar authored per shellspy G-123: ADDITIVE record for a pre-family artifact |
|
#(artifact bytes, bare name and the sha1sums.txt integrity authority unchanged; |
|
#no embedded copy exists inside the artifact). |
|
schema = 2 |
|
|
|
[artifact] |
|
name = "tclsh902z.exe" |
|
class = "runtime" |
|
target = "win32-x86_64" |
|
sha1 = "9e1251d256ca69eefc8b2b8344d07b030bf542dd" |
|
size = 6536891 |
|
#built: compile date unrecorded; the kit entered this repo 2025-08-27 in the |
|
#"built using bawt" batch (git 9f13f97). |
|
built = "unrecorded" |
|
#packager: declared identity, not proof - signing (minisign sidecars) is the |
|
#verification layer. |
|
packager = "Julian Noble <julian@precisium.com.au>" |
|
license = "unrecorded" |
|
|
|
[runtime] |
|
#probed 2026-07-31 (info patchlevel under the kit itself): Tcl 9.0.2, zipfs |
|
#container (//zipfs:/app). |
|
tcl_patchlevel = "9.0.2" |
|
|
|
[provenance] |
|
#class: build-origin class (schema v2): suite-built | third-party | local. |
|
#NOTE for line-based consumers: '[artifact] class' above is the first 'class =' |
|
#line in the record by construction - whole-text single-key scans see that one. |
|
class = "local" |
|
#builder basis: repo commit 9f13f97 (2025-08-27) "update win64 binaries tclkit |
|
#and static zipfs based, built using bawt"; binary carries Bawt and |
|
#"GCC: (Rev1, Built by MSYS2 project)" markers. Payload later modified in-place: |
|
#git 3b0fcdc (2025-08-29) added Thread and tcllibc into the kit image. |
|
builder = "Julian Noble (BAWT framework, MSYS2 mingw GCC)"
|
|
|