Codebase list lua-ldoc / fd6f9659-6ad9-4956-8b9e-3bb239356690/main debian / control
fd6f9659-6ad9-4956-8b9e-3bb239356690/main

Tree @fd6f9659-6ad9-4956-8b9e-3bb239356690/main (Download .tar.gz)

control @fd6f9659-6ad9-4956-8b9e-3bb239356690/main

bbec043
 
 
 
4063c33
992bf78
1dafed3
992bf78
 
 
 
10b0fee
36a2085
 
bbec043
 
 
 
992bf78
 
 
964b8cd
992bf78
 
bbec043
 
 
 
 
 
Source: lua-ldoc
Section: interpreters
Priority: optional
Maintainer: Julian Wollrath <jwollrath@web.de>
Uploaders: Enrico Tassi <gareuselesinge@debian.org>
Build-Depends: debhelper (>= 9),
               dh-lua,
               lua-discount,
               lua-filesystem,
               lua-penlight,
               txt2man
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/pkg-lua/lua-ldoc.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lua/lua-ldoc.git
Homepage: http://stevedonovan.github.com/ldoc/

Package: lua-ldoc
Architecture: all
Depends: lua-any,
         lua-filesystem,
         lua-penlight,
         lua5.1 | lua5.2 | lua5.3,
         ${misc:Depends}
Suggests: lua-discount, lua-markdown
XB-Lua-Versions: ${lua:Versions}
Description: LuaDoc-compatible documentation generation system
 LDoc is a LuaDoc-compatible documentation generation system for Lua source
 code. It parses the declaration and documentation comments in a set of Lua
 source files and produces a set of XHTML pages describing the commented
 declarations and functions.