1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2024-12-26 01:18:22 +01:00
Go to file
Dany LE b69d98d205
All checks were successful
gitea-sync/antd-lua-plugin/pipeline/head This commit looks good
Update Jenkinsfile
2022-10-03 09:50:35 +02:00
APIs fix logging API bug 2022-09-15 11:55:20 +02:00
dist improve json handle 2021-03-24 18:31:21 +01:00
lib improvement and add more lua C wrappers 2022-08-30 16:31:45 +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-10-03 09:50:35 +02:00
LICENSE Create LICENSE 2020-12-25 17:55:47 +01:00
lua-api.c improvement and add more lua C wrappers 2022-08-30 16:31:45 +02: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