changeset 4168:7191d4638393

mod_rest: Add packaging metadata to include jsonmap lib and examples
author Kim Alvefur <zash@zash.se>
date Mon, 05 Oct 2020 21:56:04 +0200
parents 3a03ae9a0882
children ae738969f38a
files mod_rest/README.markdown
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mod_rest/README.markdown	Mon Oct 05 16:45:06 2020 +0100
+++ b/mod_rest/README.markdown	Mon Oct 05 21:56:04 2020 +0200
@@ -2,6 +2,12 @@
 labels:
 - 'Stage-Alpha'
 summary: RESTful XMPP API
+rockspec:
+  build:
+    modules:
+      mod_rest.jsonmap: jsonmap.lib.lua
+    copy_directories:
+    - example
 ---
 
 # Introduction