bliss

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

commit 913d8433b4c2f45838b0dce608699b9af2b5e7cc
parent 17c890ff4ff9a37168f86b2aa2745f2b327a87ca
Author: phoebos <ben@bvnf.space>
Date:   Tue, 27 Jun 2023 23:35:26 +0100

note that libblake3 must be built with -fPIC

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

diff --git a/README b/README @@ -30,7 +30,7 @@ Dependencies ------------ lua-posix library (https://github.com/luaposix/luaposix) -BLAKE3 C library (https://git.sr.ht/~mcf/b3sum) +BLAKE3 C library (https://git.sr.ht/~mcf/b3sum) (built with -fPIC) Rationale: plain Lua lacks UNIX-specific bindings which we need (working with files and paths) so either I would write a set of Lua bindings to C, but it's as