Source: lua-torch-sundown Section: interpreters Priority: optional Maintainer: Debian Science Maintainers Uploaders: Mo Zhou Build-Depends: debhelper (>=11), dh-lua, # luajit is needed for autopkgtest luajit, Standards-Version: 4.1.4 Homepage: https://github.com/torch/sundown-ffi Vcs-Browser: https://salsa.debian.org/science-team/lua-torch-sundown Vcs-Git: https://salsa.debian.org/science-team/lua-torch-sundown.git Package: lua-torch-sundown Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${shlibs:Depends}, luajit, XB-Lua-Versions: ${lua:Versions} Description: Sundown Library (a Markdown implementation) for Torch Framework This is a LuaJIT interface to the Sundown library (a Markdown implementation). . To render into HTML, the easiest is to use the provided `renderHTML()` function (aliased to `render()`), which interfaces Sundown renderer with Houdini HTML default renderer. . This package also provides an extra renderer `renderASCII()` which outputs pretty colored ASCII for Markdown pages.