diff options
Diffstat (limited to 'docs/manual/adding-packages-luarocks.txt')
-rw-r--r-- | docs/manual/adding-packages-luarocks.txt | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/manual/adding-packages-luarocks.txt b/docs/manual/adding-packages-luarocks.txt index 6e68852d3f..766a4fe2af 100644 --- a/docs/manual/adding-packages-luarocks.txt +++ b/docs/manual/adding-packages-luarocks.txt @@ -1,13 +1,11 @@ // -*- mode:doc; -*- // vim: set syntax=asciidoc: -Infrastructure for LuaRocks-based packages -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +=== Infrastructure for LuaRocks-based packages [[luarocks-package-tutorial]] -+luarocks-package+ tutorial -^^^^^^^^^^^^^^^^^^^^^^^^^^^ +==== +luarocks-package+ tutorial First, let's see how to write a +.mk+ file for a LuaRocks-based package, with an example : @@ -48,8 +46,7 @@ package to be built. [[luarocks-package-reference]] -+luarocks-package+ reference -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +==== +luarocks-package+ reference LuaRocks is a deployment and management system for Lua modules, and supports various +build.type+: +builtin+, +make+ and +cmake+. In the contetx of |