milani / luvem

Luvem is luvit for the rest of us

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Luvem

Luvem is Luvit for the rest of us. Those who don't want to use Luvi.

The fork made for two reasons:

  • To drop dependency on Luajit
  • To eliminate luvi dependency so that we can use it inside lua ecosystem easily

Although I want to use it on OpenWRT/LEDE, it should be usable on other platforms.

Dependencies

Originally, Luvit depends on Luajit to run. I removed FFI (and Windows support) to work with pure Lua.

  • lua-bitop (not needed on Luajit)
  • lua-openssl (not needed if you don't use TLS)
  • luv

About

Luvem is luvit for the rest of us

License:Apache License 2.0


Languages

Language:Lua 97.8%Language:C 1.9%Language:Makefile 0.4%