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.
45 lines
2.2 KiB
45 lines
2.2 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 = "tclkit86bi.exe" |
|
class = "runtime" |
|
target = "win32-x86_64" |
|
sha1 = "22e11146eab873e3fcfd3453938800461212c497" |
|
size = 9709080 |
|
#built: when the binary was compiled - unrecorded for this retroactive record. |
|
built = "unrecorded" |
|
#packager: declared identity of the curator who placed the artifact on this |
|
#server, not proof - signing (minisign sidecars) is the verification layer. |
|
packager = "Julian Noble <julian@precisium.com.au>" |
|
#license: unrecorded summary - the kit bundles many components (tcllib, tcltls, |
|
#tdom, tdbc, sqlite, cffi, critcl, ...) whose license texts ride inside its vfs. |
|
license = "unrecorded" |
|
|
|
[runtime] |
|
#probed 2026-07-31 (info patchlevel under the kit itself): Tcl 8.6.13, threaded, |
|
#metakit container (vqtcl4.1); batteries-included lib tree observed: Ffidl, |
|
#Memchan, Trf, cffi, critcl 3.2 suite, iocp, sqlite 3.40.0, tcllib 1.21, |
|
#tcllibc, tcltls 1.7.22, tdbc 1.1.5 + drivers, tdom 0.9.3, thread 2.8.8, tk8.6, |
|
#udp 1.0.11, vfs 1.4.x. |
|
tcl_patchlevel = "8.6.13" |
|
|
|
[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). Basis: the binary carries literal "Bawt" and |
|
#"GCC: (x86_64-posix-seh-rev1, Built by MinGW-W64 project)" markers. |
|
builder = "unrecorded (BAWT-framework build - Bawt + MinGW-W64 GCC markers in the binary)" |
|
#source_url: best-evidence attribution from the binary markers and the BAWT |
|
#tclkit family shape - correct this line if the true source is known. |
|
source_url = "https://www.tcl3d.org/bawt/" |
|
upstream_ref = "unrecorded" |
|
#retrieved: when the artifact was obtained from its source - unrecorded; first |
|
#recorded in this repo 2023-08-02 (git cbd6754, repo creation import). |
|
retrieved = "unrecorded"
|
|
|