gopher-lua icon indicating copy to clipboard operation
gopher-lua copied to clipboard

Add github.com/PeerDB-io/gluabit32 to README.rst

Open serprex opened this issue 11 months ago • 2 comments

https://github.com/BixData/gluabit32 is a 404 now, so implement a fresh bit32 for gopher-lua

serprex avatar Mar 19 '24 05:03 serprex

Today I also ported utf8 from 5.3: https://github.com/PeerDB-io/gluautf8

Outside of backporting stdlib (expect string.pack/string.unpack soon), I've made json/msgpack libraries with fine grained control for encoding (ie, being able to tag empty table as an array or an object instead of having library make decision) & LUserData support:

  • https://github.com/PeerDB-io/gluajson
  • https://github.com/peerDB-io/gluamsgpack

serprex avatar Mar 27 '24 19:03 serprex

Today I also ported utf8 from 5.3: https://github.com/PeerDB-io/gluautf8

Outside of backporting stdlib (expect string.pack/string.unpack soon), I've made json/msgpack libraries with fine grained control for encoding (ie, being able to tag empty table as an array or an object instead of having library make decision) & LUserData support:

  • https://github.com/PeerDB-io/gluajson
  • https://github.com/peerDB-io/gluamsgpack

Has been included in this repository: awesome-gopher-lua

Root-lee avatar May 06 '24 03:05 Root-lee