1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 01:18:22 +01:00
Go to file
2018-09-22 21:54:50 +02:00
3rd fix 2018-09-20 10:28:41 +02:00
APIs mimgrating from another repo 2018-09-19 15:08:49 +02:00
example-app mimgrating from another repo 2018-09-19 15:08:49 +02:00
lib mimgrating from another repo 2018-09-19 15:08:49 +02:00
.gitignore fix 2018-09-20 10:28:41 +02:00
array-wrapper.c mimgrating from another repo 2018-09-19 15:08:49 +02:00
db-wrapper.c mimgrating from another repo 2018-09-19 15:08:49 +02:00
json-wrapper.c mimgrating from another repo 2018-09-19 15:08:49 +02:00
lib.mk fix 2018-09-20 10:28:41 +02:00
lua-api.c mimgrating from another repo 2018-09-19 15:08:49 +02:00
lua-api.h mimgrating from another repo 2018-09-19 15:08:49 +02:00
Makefile fix 2018-09-20 10:28:41 +02:00
plugin-wrapper.c mimgrating from another repo 2018-09-19 15:08:49 +02:00
README.md Update README.md 2018-09-22 21:54:50 +02:00
var.mk fix 2018-09-20 10:28:41 +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