From 182b189c9b113d09aafe0dfb4a9056e753cfbd7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Tue, 19 Mar 2024 05:40:52 +0000 Subject: [PATCH] Add github.com/PeerDB-io/gluabit32 to README.rst https://github.com/BixData/gluabit32 is a 404 now, so implement a fresh bit32 for gopher-lua --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1ac57dca..65b71c98 100644 --- a/README.rst +++ b/README.rst @@ -847,7 +847,7 @@ Lua has an interpreter called ``lua`` . GopherLua has an interpreter called ``gl ---------------------------------------------------------------- How to Contribute ---------------------------------------------------------------- -See `Guidlines for contributors `_ . +See `Guidelines for contributors `_ . ---------------------------------------------------------------- Libraries for GopherLua @@ -865,6 +865,7 @@ Libraries for GopherLua - `gluaxmlpath `_ : An xmlpath module for gopher-lua - `gmoonscript `_ : Moonscript Compiler for the Gopher Lua VM - `loguago `_ : Zerolog wrapper for Gopher-Lua +- `gluabit32 `_ : [Port of Lua 5.2 bit32](https://www.lua.org/manual/5.2/manual.html#6.7) - `gluacrypto `_ : A native Go implementation of crypto library for the GopherLua VM. - `gluasql `_ : A native Go implementation of SQL client for the GopherLua VM. - `purr `_ : A http mock testing tool.