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.
|