File: control

package info (click to toggle)
haskell-tagsoup 0.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 148 kB
  • ctags: 10
  • sloc: haskell: 1,063; makefile: 1
file content (36 lines) | stat: -rw-r--r-- 1,553 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
29
30
31
32
33
34
35
36
Source: haskell-tagsoup
Section: libdevel
Priority: extra
Maintainer: Kari Pahula <kaol@debian.org>
Build-Depends: cdbs, debhelper (>= 6), ghc6, ghc6-prof, haskell-devscripts (>= 0.6.11), libghc6-network-dev, libghc6-network-prof, libghc6-mtl-dev, libghc6-mtl-prof
Build-Depends-Indep: haddock, libghc6-network-doc, libghc6-mtl-doc
Standards-Version: 3.7.3
Homepage: http://www-users.cs.york.ac.uk/~ndm/tagsoup/

Package: libghc6-tagsoup-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: libghc6-hspread-doc, libghc6-hspread-prof
Description: Haskell library to robustly parse unstructured HTML
 TagSoup extracts information out of unstructured HTML code, sometimes
 known as tag soup. TagSoup does not require well-formed or
 standards-compliant HTML, or HTML that renders correctly in any
 particular rendering engine.  TagSoup transforms HTML into a list of
 open tags with attributes, close tags, and text, but makes no attempt
 to group these together into any kind of structure.
 .
 This package it not related to the Java TagSoup library.

Package: libghc6-tagsoup-doc
Section: doc
Architecture: all
Suggests: libghc6-hspread-dev
Description: Documentation for Haskell TagSoup library
 Haddock documentation and examples for TagSoup Haskell library.

Package: libghc6-tagsoup-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Profiling support for TagSoup Haskell library
 Install this package if you want profiling support for the TagSoup
 library.