From a5e9c408f0a98502500b38ebe113155aa005aaab Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 21:29:18 +0000 Subject: Add v0.1.0 release tarballs. --- .guix/run64-website.scm | 4 +++- README.md | 10 ++++++++++ website/releases/run64-0.1.0.tar.lz | Bin 0 -> 16160 bytes website/releases/run64-0.1.0.tar.lz.asc | 11 +++++++++++ 4 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 website/releases/run64-0.1.0.tar.lz create mode 100644 website/releases/run64-0.1.0.tar.lz.asc diff --git a/.guix/run64-website.scm b/.guix/run64-website.scm index 7b85bea..72ee0fd 100644 --- a/.guix/run64-website.scm +++ b/.guix/run64-website.scm @@ -40,6 +40,8 @@ `(("index.html" ,(computed-file "run64-website-home-page.html" run64-website-home-page-gexp)) - ("style.css" ,(local-file "../website/style.css"))))) + ("style.css" ,(local-file "../website/style.css")) + ("releases" ,(local-file "../website/releases" + #:recursive? #t))))) run64-website diff --git a/README.md b/README.md index 16c9580..4fff9e9 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ run64 is a [SRFI-64](https://srfi.schemers.org/srfi-64/srfi-64.html) runner. It When hacking on Guile projects, I found myself re-inventing auxiliary scripts to present test results. Meanwhile, in Python land, they have beautiful tooling like pytest. Schemers deserve good tooling too! So, here we are. +# Download + +Download release tarballs. + +- 2025-11-17 [run64-0.1.0.tar.lz](releases/run64-0.1.0.tar.lz) [GPG Signature](releases/run64-0.1.0.tar.lz.asc) + +Download [public signing key](https://systemreboot.net/about/arunisaac.pub). + +Browse the development version on [cgit](https://git.systemreboot.net/run64) or on [klaus](https://klaus.systemreboot.net/run64/). + # Usage To use run64, invoke it on the command-line passing files containing SRFI-64 tests as arguments. For example, diff --git a/website/releases/run64-0.1.0.tar.lz b/website/releases/run64-0.1.0.tar.lz new file mode 100644 index 0000000..a12751c Binary files /dev/null and b/website/releases/run64-0.1.0.tar.lz differ diff --git a/website/releases/run64-0.1.0.tar.lz.asc b/website/releases/run64-0.1.0.tar.lz.asc new file mode 100644 index 0000000..3ea1164 --- /dev/null +++ b/website/releases/run64-0.1.0.tar.lz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmkbk24ACgkQLiXui2GA +K7MNMwgAq4iQ19JGZaWNmCVIu723sVMTuPUJ91Mcxqnm791hyaGmfkCmJlR5oLsX +9S6+wuFvXCJ1AMWXH8waV/O4ZM09Tk4HkmReLKqpYuyjLNGSxzLo0ep1oc5R/6/u +55azidVwEJCMsW9AB2RoMYzHwWCoeEBzBLZsyEs3qlnjgFgWu+aB9LgAu3srBvMA +ohqIx3ffoO6Qop2cBHSIaPnnYfCfb5POTN5irBACRuwxH6LyPaiDf9cotv4vTFm1 +gcNt2s4ItCHhC89YuVfm3YJPIW8lQ5A+a1gKNVzRByAFvRS1Ck/P7ZxSAp9GKazH +xMf2K0Ju6zU/94Vxrk3lSeLTb1A9oQ== +=APJu +-----END PGP SIGNATURE----- -- cgit 1.4.1