NOTICE: This package has been removed from pkgsrc

./wip/hxt, Collection of tools for processing XML with Haskell

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 8.2.0nb1, Package name: hxt-8.2.0nb1, Maintainer: pho

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 libraray make extensive use
of the arrow approach for processing XML.


Required to run:
[devel/gmp]

Required to build:
[lang/ghc] [wip/hs-curl] [wip/tagsoup] [wip/hs-mtl] [wip/hs-network] [wip/HUnit] [wip/hs-parallel] [wip/parsec]

Master sites:

SHA1: 18be11ef8266de97d1a1359b37ffac636dc4dbb7
RMD160: d53fcf2c63dac1fb9d1f30cf8d44258ee85d39f7
Filesize: 3914.104 KB

Version history: (Expand)


CVS history: (Expand)


   2009-06-02 09:00:01 by PHO / phonohawk | Files touched by this commit (6) | Package removed
Log message:
-hxt
   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2009-02-10 06:59:12 by PHO / phonohawk | Files touched by this commit (2)
Log message:
hxt-8.2.0nb1: added profiling library to PLIST

   2009-01-16 09:39:06 by PHO / phonohawk | Files touched by this commit (1)
Log message:
I forgot to include wip/HUnit/buildlink3.mk into buildlink3.mk

   2009-01-13 14:11:58 by PHO / phonohawk | Files touched by this commit (5)
Log message:
Updated to HXT 8.2.0
   2008-07-20 09:01:06 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hxt-8.1.0 as wip/hxt.

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 libraray make extensive use
of the arrow approach for processing XML.