1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00
Go to file
2019-12-04 19:52:26 +01:00
3rd use libtool 2019-11-14 18:46:49 +01:00
APIs fix 2019-12-04 19:52:26 +01:00
dist fix 2019-12-04 19:52:26 +01:00
example-app mimgrating from another repo 2018-09-19 15:08:49 +02:00
lib fix lib 2019-11-30 19:46:03 +00:00
.gitignore fix lib 2019-11-30 19:46:03 +00:00
array-wrapper.c mimgrating from another repo 2018-09-19 15:08:49 +02:00
configure.ac add last module 2019-11-19 18:37:32 +01:00
db-wrapper.c use libtool 2019-11-14 18:46:49 +01:00
json-wrapper.c remove warning 2018-10-08 22:50:40 +02:00
lua-api.c fix 2019-11-19 17:13:39 +01:00
lua-api.h fix 2019-11-19 17:13:39 +01:00
Makefile.am use libtool 2019-11-14 18:46:49 +01:00
plugin-wrapper.c fix lib 2019-11-30 19:46:03 +00:00
README.md Update README.md 2018-09-22 21:54:50 +02:00

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