evandrolg

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

Modules

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