mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 17:38:21 +01:00
3rd | ||
APIs | ||
example-app | ||
lib | ||
.gitignore | ||
array-wrapper.c | ||
db-wrapper.c | ||
json-wrapper.c | ||
lib.mk | ||
lua-api.c | ||
lua-api.h | ||
Makefile | ||
plugin-wrapper.c | ||
README.md | ||
var.mk |
LUA-plugin
Lua support for ANTD. When enabled, Lua can be used as server side script for ANTD. Database is also enable in Lua API, using sqlite.
Dependencies
- lm
- libreadline
- sqlite3 (optional)
- libshadow for the shared library Ulib