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]

Modules

[Last Documentation]

  • Data
    • THGen
      • Data.THGen.Enum
      • Data.THGen.XML
  • Text
    • XML
      • Text.XML.ParentAttributes

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), 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 2017-09-27T12:29:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2796 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-09-27 [all 3 reports]

Readme for xml-isogen-0.2.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.