From 8a85b247bfc3310e84cee75524f38dcee3f225ad Mon Sep 17 00:00:00 2001 From: potatso Date: Fri, 7 Jul 2023 14:29:42 +0800 Subject: [PATCH] for opm --- dist.ini | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dist.ini 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