Random assortment of libraries fully written in Lua:
- OO system
- Cryptography (AES, RSA, SHA1, SHA3, RC4)
- Data structures (Tree23, SortedDict, LRU Cache, SSLattice)
- PEG parser and metagrammar
- Encoding (Base64, Base45, ASN.1)
- Utilities (JSON, UTF-8, Diff, UUID, BigInt, CRC32)
- Testing framework (BaseTest)
I wrote these Lua (luajit, 5.3, ...) libraries, gradually as I was needing them in order to share them between projects.
Expect more miscellaneous stuff randomly appearing here in the future.
Versions
Dependencies
lua >= 5.1