bytes: Sharing code for serialization between binary and cereal

[ bsd3, data, library, serialization ] [ Propose Tags ]

Sharing code for serialization between binary and cereal


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
test-doctestsEnabled
lib-werrorDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 0.5, 0.5.1, 0.6, 0.7, 0.8, 0.9, 0.10, 0.10.1, 0.10.2, 0.11, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.11.5, 0.12, 0.12.0.1, 0.13, 0.13.0.1, 0.14, 0.14.0.1, 0.14.0.2, 0.14.1, 0.14.1.1, 0.14.1.2, 0.14.1.3, 0.15, 0.15.0.1, 0.15.1, 0.15.2, 0.15.3, 0.15.4, 0.15.5, 0.16, 0.17, 0.17.1, 0.17.2, 0.17.3
Change log CHANGELOG.markdown
Dependencies base (>=4.4 && <5), binary (>=0.5.1 && <0.8), bytestring (>=0.9 && <0.11), cereal (>=0.3.5 && <0.5), containers (>=0.3 && <1), ghc-prim, mtl (>=2.0 && <2.2), text (>=0.2 && <1), transformers (>=0.2 && <0.4), transformers-compat (>=0.1 && <1), void (>=0.6 && <0.7) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by HerbertValerioRiedel at 2015-01-25T11:47:44Z
Category Data, Serialization
Home page http://github.com/analytics/bytes
Bug tracker http://github.com/analytics/bytes/issues
Source repo head: git clone git://github.com/analytics/bytes.git
Uploaded by EdwardKmett at 2013-11-08T05:06:41Z
Distributions Arch:0.17.3, Debian:0.17, Fedora:0.17.2, LTSHaskell:0.17.3, NixOS:0.17.3, Stackage:0.17.3
Reverse Dependencies 26 direct, 444 indirect [details]
Downloads 67918 total (216 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]

Readme for bytes-0.13

[back to package description]

bytes

Build Status

This package provides a simple compatibility shim that lets you work with both binary and cereal with one chunk of serialization code.

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett