xmlbf: XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints.

[ apache, library, text, xml ] [ Propose Tags ]

XML back and forth! Parser, renderer, ToXml, FromXml, fixpoints.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.5, 0.6, 0.6.1, 0.6.2, 0.7 (info)
Change log ChangeLog.md
Dependencies base (<5), bytestring, containers, deepseq, selective, text, transformers, unordered-containers [details]
License Apache-2.0
Copyright Copyright 2017-2019 Renzo Carbonara
Author Renzo Carbonara
Maintainer ren§ren*zone
Category Text, XML
Home page https://gitlab.com/k0001/xmlbf
Bug tracker https://gitlab.com/k0001/xmlbf/issues
Source repo head: git clone https://gitlab.com/k0001/xmlbf
Uploaded by RenzoCarbonara at 2019-06-15T15:24:26Z
Distributions LTSHaskell:0.7, NixOS:0.7, Stackage:0.7
Reverse Dependencies 7 direct, 10 indirect [details]
Downloads 4397 total (47 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-06-15 [all 1 reports]

Readme for xmlbf-0.6

[back to package description]

xmlbf

XML back and forth!

xmlbf provides FromXML and ToXML instances intended to be used as the familiar FromJSON and ToJSON from the aeson package.

Build by running nix-build in the top-level directory. Alternatively, running nix-shell in the top-level directory puts you in a shell where all of the dependencies of this project are available. There you can use cabal and/or ./Setup.hs as usual.