Go to file
DanyLE 1ed346bcfc
gitea-sync/antd-lua-plugin/pipeline/head This commit looks good Details
fix: user correct path to find module
2023-01-25 22:38:03 +01:00
APIs fix: user correct path to find module 2023-01-25 22:38:03 +01: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
Jenkinsfile Update Jenkinsfile 2022-10-03 09:50:35 +02:00
LICENSE Create LICENSE 2020-12-25 17:55:47 +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
configure.ac Update configure.ac 2022-08-03 09:34:53 +02:00
lua-api.c fix: SSL socket polling bug 2022-10-21 12:04:41 +02:00

README.md

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