feat(sterni/blërg): generic, configurable backends

Change-Id: Iebec5caea9b780eb8ca2ec1f18bb4fa978f4bb95
Reviewed-on: https://cl.tvl.fyi/c/depot/+/13107
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
Autosubmit: sterni <sternenseemann@systemli.org>
This commit is contained in:
sterni 2025-01-24 22:18:46 +01:00 committed by clbot
parent 1a0d20b417
commit 5e3e62c87d
3 changed files with 46 additions and 11 deletions

View file

@ -3,6 +3,8 @@
## dependencies
- [CBQN][] (other [BQN][] implementations may work, but are untested)
- Marshall Lochbaum's [bqn-libs][] which blërg expects to find at the
location the `BQN_LIBS` environment variable points to.
- //users/sterni/mn2html
- [mblaze(7)][mblaze]
- [execline][]
@ -12,3 +14,4 @@
[execline]: https://skarnet.org/software/execline/
[BQN]: https://mlochbaum.github.io/BQN/
[CBQN]: https://github.com/dzaima/cbqn
[bqn-libs]: https://github.com/mlochbaum/bqn-libs/