diff --git a/dist.ini b/dist.ini new file mode 100644 index 0000000..5d6304d --- /dev/null +++ b/dist.ini @@ -0,0 +1,11 @@ +name = lua-resty-coraza +abstract = FFI-based Libcoraza binding for LuaJIT +author = potatso +is_original = yes +license = apache2 +lib_dir = lib +doc_dir = lib +repo_link = https://github.com/potats0/lua-resty-coraza +main_module = lib/resty/coraza.lua +requires = luajit +exclude_files=*.rockspec \ No newline at end of file