commit 17c890ff4ff9a37168f86b2aa2745f2b327a87ca parent 4c88a948e9f927695de87aff799c5bceb5b4c557 Author: phoebos <ben@bvnf.space> Date: Tue, 27 Jun 2023 22:41:27 +0100 update README Diffstat:
M | README | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/README b/README @@ -31,3 +31,7 @@ Dependencies lua-posix library (https://github.com/luaposix/luaposix) BLAKE3 C library (https://git.sr.ht/~mcf/b3sum) + +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 +simple to use an existing set such as lua-posix.