about summary refs log tree commit diff
path: root/.guix/run64-website.scm
AgeCommit message (Collapse)Author
2025-11-17Add v0.1.0 release tarballs.Arun Isaac
2025-11-17README: Convert org to markdown.Arun Isaac
2025-11-17guix: Move website building out of Makefile.Arun Isaac
2025-11-17guix: Rename run64 package to guile-run64.Arun Isaac
run64 should be packaged separately for each Scheme implementation. If we put it all in one package, that package may have too many unnecessary implementation-specific dependencies.
2025-11-17guix: Move website G-expressions to separate file.Arun Isaac
It is easier to build and test the website if it is in a separate file.