mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 01:18:22 +01:00
22f62fcf77
All checks were successful
gitea-sync/antd-lua-plugin/pipeline/head This commit looks good
|
||
---|---|---|
APIs | ||
dist | ||
lib | ||
.drone.yml | ||
.gitignore | ||
configure.ac | ||
Jenkinsfile | ||
LICENSE | ||
lua-api.c | ||
Makefile.am | ||
README.md |
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