Deprecated

chunky

Human-readable storage of text/binary objects.

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LGPL-3.0-only licensed by Philipp Hausmann
Maintained by [email protected]

Allows serializing data into binary files, preserving human readability as far as possible. It allows mixing binary and textual data in the same file, and is a light-weight alternative to parsec & co. The generated files are not intended to be human-editable, only readable. If the stored binary data is utf8-encoded text, the whole file can be read in any text-editor.