File: control

package info (click to toggle)
lua-markdown 0.32-5.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: makefile: 8
file content (20 lines) | stat: -rw-r--r-- 715 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: lua-markdown
Section: interpreters
Priority: optional
Maintainer: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 8), dh-lua
Standards-Version: 3.9.3
Homepage: http://www.frykholm.se/files/markdown.lua
Vcs-Git: git://git.debian.org/git/pkg-lua/lua-markdown.git
Vcs-Browser: http://git.debian.org/?p=pkg-lua/lua-markdown.git

Package: lua-markdown
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}
Provides: ${lua:Provides}
XB-Lua-Versions: ${lua:Versions}
Description: Pure Lua 5.1 implementation of the Markdown text-to-html markup
 This package contains markdown, a Lua library to translate the markdown syntax
 to HTML.
 .
 This package also contains the documentation.