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-doctests

Enable (or disable via f-test-doctests) the doctest suite when using the enable-tests option for cabal.

Enabled

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.5 && <5), binary (>=0.5.1 && <0.9), binary-orphans (>=1.0.1 && <1.1), bytestring (>=0.9 && <0.11), cereal (>=0.5.2 && <0.6), containers (>=0.3 && <1), fail (>=4.9.0.0 && <4.10), ghc-prim, hashable (>=1.0.1.1 && <1.4), mtl (>=2.0 && <2.3), scientific (>=0.0 && <1), semigroups (>=0.5 && <1), text (>=0.2 && <1.3), time (>=1.2 && <1.10), transformers (>=0.2 && <0.6), transformers-compat (>=0.6.5 && <1), unordered-containers (>=0.2 && <0.3), void (>=0.6 && <1) [details]
License BSD-3-Clause
Copyright Copyright (C) 2013-2015 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by ryanglscott at 2020-01-29T02:43:31Z
Category Data, Serialization
Home page https://github.com/ekmett/bytes
Bug tracker https://github.com/ekmett/bytes/issues
Source repo head: git clone git://github.com/ekmett/bytes.git
Uploaded by ryanglscott at 2019-08-27T15:41:14Z
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 68002 total (247 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-08-27 [all 1 reports]

Readme for bytes-0.16

[back to package description]

bytes

Hackage 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