summaryrefslogtreecommitdiff
path: root/dev-haskell/tagsoup/metadata.xml
blob: 9a36c4d8bc77a6fa28fe5a64a85ce5479d7f9d8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>haskell@gentoo.org</email>
    <name>Gentoo Haskell</name>
  </maintainer>
  <longdescription>
		TagSoup is a library for parsing HTML/XML. It supports the HTML 5 specification,
		and can be used to parse either well-formed XML, or unstructured and malformed HTML
		from the web. The library also provides useful functions to extract information
		from an HTML document, making it ideal for screen-scraping.
		
		Users should start from the "Text.HTML.TagSoup" module.
	</longdescription>
  <origin>srcux</origin>
</pkgmetadata>