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.
39 lines
1.7 KiB
39 lines
1.7 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 = "tclsfe-x64.exe" |
|
class = "runtime" |
|
target = "win32-x86_64" |
|
sha1 = "3a1e2f03e1962dd7c65d00aa40701a40721bc5a6" |
|
size = 6697627 |
|
#built: upstream release build date not recorded at retrieval. |
|
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.1b0, zipfs |
|
#container (//zipfs:/app); lib tree observed: sqlite 3.53.0, tdbc 1.1.14 + |
|
#odbc driver, thread 3.0.5, twapi 5.2.0. |
|
tcl_patchlevel = "9.1b0" |
|
|
|
[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 = "third-party" |
|
#builder: who compiled the binary (packager above is who curated it onto this |
|
#server). tcl-sfe single-file executables are released by the twapi author. |
|
builder = "Ashok P. Nadkarni (apnadkarni/tcl-sfe release)" |
|
source_url = "https://github.com/apnadkarni/tcl-sfe" |
|
#upstream_ref: release tag not recorded at retrieval. |
|
upstream_ref = "unrecorded" |
|
#retrieved: pinned into this repo 2026-07-10 (git b2dbbe6) for the shellspy |
|
#G-058 static-runtime suite (its unattended constraint fetch consumes it). |
|
retrieved = "2026-07-10"
|
|
|