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.
36 lines
1.5 KiB
36 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 = "tclkit-9.0.2-Linux64-arm-dyn" |
|
class = "runtime" |
|
target = "linux-arm" |
|
sha1 = "60fc2e9f4a27fefdc2a457fa1f610ecaed669f96" |
|
size = 4671512 |
|
built = "unrecorded" |
|
#packager: declared identity, not proof - signing (minisign sidecars) is the |
|
#verification layer. |
|
packager = "Julian Noble <julian@precisium.com.au>" |
|
license = "unrecorded" |
|
|
|
[runtime] |
|
#from the artifact name (not host-executable where this record was authored): |
|
#Tcl 9.0.2, dynamic-linked metakit-capable tclkit (binary carries Bawt, |
|
#obermeier and vqtcl markers). |
|
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 = "third-party" |
|
#builder basis: BAWT tclkit family naming and binary markers (Bawt/obermeier). |
|
builder = "BAWT distribution tclkit (Paul Obermeier's Build Automation With Tcl)" |
|
source_url = "https://www.tcl3d.org/bawt/" |
|
upstream_ref = "unrecorded" |
|
#retrieved: unrecorded; first recorded in this repo 2025-08-28 (git d426e9c |
|
#"Add some non-windows platform tclkits"). |
|
retrieved = "unrecorded"
|
|
|