evandrolg

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

Modules

  • array by evandrolg — downloads: 3,388
    A small library with useful methods to handle Lua's table when it's working like an Array
  • hash by evandrolg — downloads: 584
    Library with useful methods to handle a Lua's table when it's working as a Hash.
  • immutable by evandrolg — downloads: 91
    `immutable` is a tiny library that makes easy to work with immutable data.
  • map by evandrolg — downloads: 182
    Map works like a hashtable but preserving the key insertion order
  • memo by evandrolg — downloads: 157
    An implementation of the `memoize` technique in Lua
  • pegasus by evandrolg — downloads: 6,277
    Pegasus.lua is a http server to work with web applications written in Lua language.
  • pipe by evandrolg — downloads: 111
    An implementation of the `pipeline` operator in Lua
  • set-lua by evandrolg — downloads: 304
    `set-lua` is a complete implementation of the Set data structure
  • simple_test by evandrolg — downloads: 1,504
  • str by evandrolg — downloads: 885
    str is an string module with useful methods that do not exist in Lua core
  • video_streaming by evandrolg — downloads: 201
    Library that implements MontionJPG technique using Lua and Pegasus.lua
  • watcher by evandrolg — downloads: 1,323
    A Lua module to monitor files from a specific directory