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]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (>=4.9 && <5), bytestring, containers, text, transformers, unordered-containers [details]
License Apache-2.0
Copyright Copyright 2017-2018 Renzo Carbonara
Author Renzo Carbonara
Maintainer ren§ren*zone
Revised Revision 1 made by HerbertValerioRiedel at 2019-02-11T19:45:04Z
Category Text
Home page https://gitlab.com/k0001/xmlbf
Uploaded by RenzoCarbonara at 2018-02-28T15:53:52Z
Distributions LTSHaskell:0.7, NixOS:0.7, Stackage:0.7
Reverse Dependencies 7 direct, 10 indirect [details]
Downloads 4438 total (48 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-02-28 [all 1 reports]

Readme for xmlbf-0.3

[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.