1 files changed, 1 insertions(+), 0 deletions(-)
M README.md
M README.md => README.md +1 -0
@@ 8,6 8,7 @@ A set of Lua modules guaranteed to be public domain.
- [bits](bits.lua): utility module to determine the current Lua interpreter's integer bitwidth
- [char](char.lua): ASCII character utilities (e.g. `is_printable`)
- [deep](deep/init.lua): deep equality and copy operations
+- [duration](duration.lua): Parse and render human-readable durations
- [execute](execute.lua): extend os.execute and io.popen to safely quote arguments, set environment variables and change directory
- [hex](hex.lua): [hexadecimal](https://en.wikipedia.org/wiki/Hexadecimal#Base16_(transfer_encoding)) binary encoding
- [lamport-merkle](lamport-merkle/init.lua): implementation of the combined [Lamport-Merkle](https://en.wikipedia.org/wiki/Merkle_signature_scheme) signature scheme