The hexpat-pickle package
A library of combinators that allows Haskell data structures to be pickled (serialized) to/from XML via the Tree datatype defined in the hexpat package. It is source-code-similar to the pickling functionality of the HXT package, to ease the transition between the two libraries. This implementation is faster but less complete than HXT. Unlike some other picklers, it also supports lazy unpickling.
This package does not depend on HXT.
DARCS repository: http://code.haskell.org/hexpat-pickle/
Properties
| Versions | 0.1, 0.2, 0.3, 0.3.1, 0.4, 0.5 |
|---|---|
| Dependencies | base (≥3 & <5), bytestring (≥0.9), containers, extensible-exceptions (0.1.*), hexpat (≥0.19), text (≥0.1), utf8-string (≥0.3.3) |
| License | BSD3 |
| Copyright | (c) 2009 Stephen Blackheath <http://blacksapphire.com/antispam/>, (c) 2009 Matthew Pocock <matthew.pocock@ncl.ac.uk> |
| Author | Stephen Blackheath (blackh), Matthew Pocock (drdozer) |
| Maintainer | http://blacksapphire.com/antispam/ |
| Stability | beta |
| Category | XML |
| Home page | http://code.haskell.org/hexpat-pickle/ |
| Upload date | Tue Sep 6 21:03:32 UTC 2011 |
| Uploaded by | StephenBlackheath |
| Built on | ghc-7.2 |
Modules
- Text
- XML
Downloads
- hexpat-pickle-0.5.tar.gz (Cabal source package)
- package description (included in the package)