1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 17:38:21 +01:00
Go to file
2019-11-08 15:01:42 +01:00
3rd fix 2018-09-20 10:28:41 +02:00
APIs fix missing api 2019-05-02 13:57:11 +02:00
example-app mimgrating from another repo 2018-09-19 15:08:49 +02:00
lib test i2c 2019-05-08 20:55:23 +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 remove warning 2018-10-08 22:50:40 +02:00
json-wrapper.c remove warning 2018-10-08 22:50:40 +02:00
lib.mk working ffi 2019-05-03 13:17:45 +02:00
lua-api.c Update lua-api.c 2019-11-08 15:01:42 +01:00
lua-api.h mimgrating from another repo 2018-09-19 15:08:49 +02:00
Makefile ffi via libffi (contd) 2019-04-30 20:09:07 +02:00
plugin-wrapper.c remove warning 2018-10-08 22:50:40 +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