summaryrefslogtreecommitdiff
path: root/dev-haskell/hxt/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/hxt/metadata.xml
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/hxt/metadata.xml')
-rw-r--r--dev-haskell/hxt/metadata.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-haskell/hxt/metadata.xml b/dev-haskell/hxt/metadata.xml
deleted file mode 100644
index e629e3d93946..000000000000
--- a/dev-haskell/hxt/metadata.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- The Haskell XML Toolbox bases on the ideas of HaXml and HXML,
- but introduces a more general approach for processing XML with Haskell.
- The Haskell XML Toolbox uses a generic data model for representing XML documents,
- including the DTD subset and the document subset, in Haskell.
- It contains a validating XML parser, a HTML parser, namespace support,
- an XPath expression evaluator, an XSLT library, a RelaxNG schema validator
- and funtions for serialization and deserialization of user defined data.
- The library makes extensive use of the arrow approach for processing XML.
- Since version 9 the toolbox is partitioned into various (sub-)packages.
- This package contains the core functionality,
- hxt-curl, hxt-tagsoup, hxt-relaxng, hxt-xpath, hxt-xslt, hxt-regex-xmlschema contain the extensions.
- hxt-unicode contains encoding and decoding functions,
- hxt-charproperties char properties for unicode and XML.
- </longdescription>
- <use>
- <flag name="network-uri">Get Network.URI from the network-uri package.</flag>
- </use>
- <upstream>
- <remote-id type="github">UweSchmidt/hxt</remote-id>
- </upstream>
-</pkgmetadata>