1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 01:18:22 +01:00
Go to file
2021-01-27 08:53:30 +01:00
APIs disable unescape 2020-06-17 23:58:11 +02:00
dist clean up 2021-01-03 00:29:29 +01:00
example-app mimgrating from another repo 2018-09-19 15:08:49 +02:00
lib improvement module loader 2021-01-01 15:22:25 +01:00
.drone.yml Update .drone.yml 2021-01-27 08:53:30 +01:00
.gitignore fix lib 2019-11-30 19:46:03 +00:00
configure.ac add markdown support 2020-09-01 17:21:21 +02:00
LICENSE Create LICENSE 2020-12-25 17:55:47 +01:00
lua-api.c clean up 2021-01-03 00:29:29 +01:00
Makefile.am Update Makefile.am 2020-12-25 18:34:38 +01: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