https://github.com/milani/luvem
Luvem is luvit for the rest of us
https://github.com/milani/luvem
lede libuv lua luajit luvit openwrt
Last synced: 3 months ago
JSON representation
Luvem is luvit for the rest of us
- Host: GitHub
- URL: https://github.com/milani/luvem
- Owner: milani
- License: apache-2.0
- Created: 2017-01-07T16:19:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T18:42:10.000Z (about 5 years ago)
- Last Synced: 2024-07-29T19:13:27.789Z (10 months ago)
- Topics: lede, libuv, lua, luajit, luvit, openwrt
- Language: Lua
- Homepage:
- Size: 227 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 easilyAlthough 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