serialise: A binary serialisation library for Haskell values.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package (formerly binary-serialise-cbor) provides pure, efficient serialization of Haskell values directly into ByteStrings for storage or transmission purposes. By providing a set of type class instances, you can also serialise any custom data type you have as well.

The underlying binary format used is the 'Concise Binary Object Representation', or CBOR, specified in RFC 7049. As a result, serialised Haskell values have implicit structure outside of the Haskell program itself, meaning they can be inspected or analyzed without custom tools.

An implementation of the standard bijection between CBOR and JSON is provided by the cborg-json package. Also see cbor-tool for a convenient command-line utility for working with CBOR data.

Properties

Versions 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.3.0, 0.2.4.0, 0.2.5.0, 0.2.6.0, 0.2.6.1
Change log ChangeLog.md
Dependencies array (>=0.4 && <0.6), base (>=4.7 && <4.15), bytestring (>=0.10.4 && <0.11), cborg (>=0.2 && <0.3), containers (>=0.5 && <0.7), ghc-prim (>=0.3.1.0 && <0.7), half (>=0.2.2.3 && <0.4), hashable (>=1.2 && <2.0), old-locale, primitive (>=0.5 && <0.8), text (>=1.1 && <1.3), time (>=1.4 && <1.11), unordered-containers (>=0.2 && <0.3), vector (>=0.10 && <0.13) [details]
License BSD-3-Clause
Copyright 2015-2017 Duncan Coutts, 2015-2017 Well-Typed LLP, 2015 IRIS Connect Ltd
Author Duncan Coutts
Maintainer duncan@community.haskell.org, ben@smart-cactus.org
Category Codec
Home page https://github.com/well-typed/cborg
Bug tracker https://github.com/well-typed/cborg/issues
Source repo head: git clone https://github.com/well-typed/cborg.git
Uploaded by BenGamari at 2020-05-10T22:44:26Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
newtime15

Use the new time 1.5 library

Enabled

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

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees