comparison mod_auth_imap/README.markdown @ 5012:b97a2ffef87f

mod_auth_imap: Fix packaging Since this module consists of multiple files and the additional directory level, we need to tell luarocks which files correspond to what Lua modules names.
author Kim Alvefur <zash@zash.se>
date Wed, 24 Aug 2022 16:02:00 +0200
parents 4d73a1a6ba68
children
comparison
equal deleted inserted replaced
5011:55cf7f063af6 5012:b97a2ffef87f
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Alpha' 3 - 'Stage-Alpha'
4 - 'Type-Auth' 4 - 'Type-Auth'
5 summary: IMAP authentication module 5 summary: IMAP authentication module
6 rockspec:
7 build:
8 modules:
9 mod_auth_imap: auth_imap/mod_auth_imap.lua
10 mod_auth_imap.sasl_imap: auth_imap/sasl_imap.lib.lua
6 ... 11 ...
7 12
8 Introduction 13 Introduction
9 ============ 14 ============
10 15