File: control

package info (click to toggle)
lua-torch-sundown 0~20161027-g4324669-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 328 kB
  • sloc: ansic: 3,553; sh: 75; makefile: 9
file content (28 lines) | stat: -rw-r--r-- 1,105 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Source: lua-torch-sundown
Section: interpreters
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Mo Zhou <cdluminate@gmail.com>
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.