1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 01:18:22 +01:00
Go to file
2022-08-03 09:43:15 +02:00
APIs Delete bugbot.lua 2021-01-31 18:02:53 +01:00
dist improve json handle 2021-03-24 18:31:21 +01:00
lib Update Makefile.am 2022-08-03 09:40:04 +02:00
.drone.yml Update .drone.yml 2021-03-19 10:43:13 +01:00
.gitignore fix lib 2019-11-30 19:46:03 +00:00
configure.ac Update configure.ac 2022-08-03 09:34:53 +02:00
Jenkinsfile Update Jenkinsfile 2022-08-02 23:47:48 +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 2022-08-03 09:43:15 +02: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