evandrolg

$ luarocks install --server=https://luarocks.org/manifests/evandrolg <name>

Modules

  • array by evandrolg — downloads: 3,127
    A small library with useful methods to handle Lua's table when it's working like an Array
  • hash by evandrolg — downloads: 545
    Library with useful methods to handle a Lua's table when it's working as a Hash.
  • immutable by evandrolg — downloads: 77
    `immutable` is a tiny library that makes easy to work with immutable data.
  • map by evandrolg — downloads: 166
    Map works like a hashtable but preserving the key insertion order
  • memo by evandrolg — downloads: 142
    An implementation of the `memoize` technique in Lua
  • pegasus by evandrolg — downloads: 5,548
    Pegasus.lua is a http server to work with web applications written in Lua language.
  • pipe by evandrolg — downloads: 99
    An implementation of the `pipeline` operator in Lua
  • set-lua by evandrolg — downloads: 217
    `set-lua` is a complete implementation of the Set data structure
  • simple_test by evandrolg — downloads: 1,437
  • str by evandrolg — downloads: 833
    str is an string module with useful methods that do not exist in Lua core
  • video_streaming by evandrolg — downloads: 190
    Library that implements MontionJPG technique using Lua and Pegasus.lua
  • watcher by evandrolg — downloads: 1,276
    A Lua module to monitor files from a specific directory