gopher-lua
gopher-lua copied to clipboard
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
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
Today I also ported
utf8
from 5.3: https://github.com/PeerDB-io/gluautf8Outside 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