bliss

KISS in Lua
git clone git://bvnf.space/bliss.git
Log | Files | Refs | README | LICENSE

commit 2af0c97b0a4f3f4f91abe6bf32c5f514dca4689e
parent 19c8f0461de47a2748968d966df5eb7eb7eaee12
Author: phoebos <ben@bvnf.space>
Date:   Mon, 11 Nov 2024 21:34:13 +0000

update README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -32,7 +32,7 @@ Lua ... Dependencies ------------ - * Lua 5.4 + * Lua 5.4 (but I've tried to make it work with 5.1 too for LuaJIT) * luaposix library <https://github.com/luaposix/luaposix> * BLAKE3 C library <https://git.sr.ht/~mcf/b3sum> (built with -fPIC)