lua meta methods library

$ luarocks install --server=https://luarocks.org/dev meta

set of meta methods:
- recursive autoloader with preloading and match/iterate of submodules
- require with dots `require "t/seo/google.com"`
- relative `require ".submodule"` (after `local require = require "meta.require"(...)`)
- module path normalizing
- instance/type meta methods manipulations

Versions

scm-0dev1 day ago(revision: 6)9 downloads

Dependencies

lua >= 5.1

Manifests