File: control

package info (click to toggle)
haddock 0.6-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,680 kB
  • ctags: 482
  • sloc: haskell: 11,317; sh: 3,136; makefile: 543; ansic: 445; yacc: 76
file content (24 lines) | stat: -rw-r--r-- 1,069 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
Source: haddock
Section: devel
Priority: optional
Maintainer: Ian Lynagh (wibble) <igloo@debian.org>
Build-Depends: debhelper (>= 4), docbook-utils, happy, ghc6 | ghc5, xutils
Standards-Version: 3.5.6.0

Package: haddock
Architecture: any
Depends: ${shlibs:Depends}
Description: Documentation tool for annotated Haskell source code
 Haddock is a tool for automatically generating documentation from
 annotated Haskell source code.  It is primary intended for documenting
 libraries, but it should be useful for any kind of Haskell code.
 .
 Haddock lets you write documentation annotations next to the
 definitions of functions and types in the source code, in a syntax
 that is easy on the eye when writing the source code (no heavyweight
 mark-up).  The documentation generated by Haddock is fully hyperlinked:
 click on a type name in a type signature to go straight to the
 definition, and documentation, for that type.
 .
 Haddock can generate documentation in multiple formats; currently HTML
 is implemented, and there is partial support for generating DocBook.