Source: haskell-tagsoup Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 5.0), haskell-cdbs, ghc6 (>= 6.8), ghc6-doc, haddock, ghc6-prof Standards-Version: 3.7.2.2 Homepage: http://www-users.cs.york.ac.uk/~ndm/tagsoup/ Package: libghc6-tagsoup-dev Architecture: any Section: libdevel Depends: ${haskell:Depends} Description: Parsing and extracting information from (possibly malformed) HTML documents TagSoup is a library for extracting information out of unstructured HTML code, sometimes known as tag-soup. The HTML does not have to be well formed, or render properly within any particular framework. This library is for situations where the author of the HTML is not cooperating with the person trying to extract the information, but is also not trying to hide the information. . Author: Neil Mitchell Upstream-Maintainer: ndmitchell@gmail.com . This package contains the normal library files. Package: libghc6-tagsoup-prof Architecture: any Section: libdevel Depends: ${haskell:Depends}, libghc6-tagsoup-dev Description: Parsing and extracting information from (possibly malformed) HTML documents TagSoup is a library for extracting information out of unstructured HTML code, sometimes known as tag-soup. The HTML does not have to be well formed, or render properly within any particular framework. This library is for situations where the author of the HTML is not cooperating with the person trying to extract the information, but is also not trying to hide the information. . Author: Neil Mitchell Upstream-Maintainer: ndmitchell@gmail.com . This package contains the libraries compiled with profiling enabled. Package: libghc6-tagsoup-doc Architecture: any Section: libdevel Depends: ${haskell:Depends}, ghc6-doc Description: Parsing and extracting information from (possibly malformed) HTML documents TagSoup is a library for extracting information out of unstructured HTML code, sometimes known as tag-soup. The HTML does not have to be well formed, or render properly within any particular framework. This library is for situations where the author of the HTML is not cooperating with the person trying to extract the information, but is also not trying to hide the information. . Author: Neil Mitchell Upstream-Maintainer: ndmitchell@gmail.com . This package contains the documentation files. Package: tagsoup Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends} Description: An executable built with the tagsoup-0.6 library.