aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-12guix: Export run64 package variable.•••Only public packages are built by the CI. * .guix/run64-package.scm (run64): Export. HEADmainArun Isaac
2024-01-12guix: Add G-expression computed-file to build website.•••* .guix/run64-package.scm: Import gnu-make from (gnu packages base) and emacs-minimal from (gnu packages emacs). (run64-website-gexp, run64-website): New variables. Arun Isaac
2024-01-12Make repository a guix channel.•••* .guix-authorizations, .guix-channel, .guix/run64-package.scm, guix.scm: New files. Arun Isaac
2022-03-10Makefile: Substitute absolute path to run64 while installing.•••This avoids having to depend on which. * Makefile (SED): New variable. (install): Substitute absolute path to guile-run64. Arun Isaac
2022-01-24README: Add CI badge.•••* README.org (ci-badge): New macro. Add CI badge. Arun Isaac
2022-01-23Makefile: Add standard directory variables.•••* Makefile (prefix, exec_prefix, bindir): New variables. Arun Isaac
2022-01-23website: Add website.•••* build-aux/build-home-page.el, website/style.css: New files. * Makefile (EMACS): New variable. (website, website/index.html): New targets. Arun Isaac
2022-01-23README: Add README.•••* README.org: New file. Arun Isaac
2022-01-23COPYING: Add license.•••* COPYING: New file. Arun Isaac
2022-01-23bin: Define assq-ref for R6RS compatibility.•••* bin/run64 (assq-ref): New function. Arun Isaac
2022-01-23bin: Move to pytest-like output.•••Move to a succinct output format inspired by pytest. * bin/run64: Import (srfi srfi-1). (bold, yellow, headline, string-join): New functions. (make-runner, main): Move to pytest-like output. Arun Isaac
2022-01-23Initial commitArun Isaac