xml-isogen: Generate XML-isomorphic types

[ data, library, mit ] [ Propose Tags ]

TemplateHaskell generators for XML-isomorphic data types, including instances for parsing and rendering. A convenient DSL to define those types. This is similar to XSD but is Haskell-specific.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), deepseq, dom-parser (>=2.0.0), lens (>=4.13), mtl (>=2.2), QuickCheck (>=2.8), semigroups (>=0.18), template-haskell (>=2.10), text (>=1.2), xml-conduit (>=1.0), xml-conduit-writer (>=0.1) [details]
License MIT
Author Typeable.io contributors
Maintainer makeit@typeable.io
Category Data
Home page https://github.com/typeable/xml-isogen
Source repo head: git clone git@github.com:typeable/xml-isogen.git
Uploaded by typeable at 2018-04-19T16:08:35Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2788 total (19 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-04-19 [all 1 reports]

Readme for xml-isogen-0.3.0

[back to package description]

xml-isogen

Build Status

TemplateHaskell generators for XML-isomorphic data types, including instances for parsing and rendering. A convenient DSL to define those types.

This is similar to XSD but is Haskell-specific.