imprint: Serialization of arbitrary Haskell expressions

[ bsd3, deprecated, library, serialization ] [ Propose Tags ]
Deprecated in favor of distributed-closure

Serialization of arbitrary Haskell expressions.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
dev

Turn on development settings.

Disabled

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.0.1.0
Change log CHANGELOG.md
Dependencies base (>=4.10 && <5.0), binary (>=0.8.5 && <0.10), bytestring (>=0.2 && <0.11), constraints (>=0.9 && <0.11) [details]
License BSD-3-Clause
Author Mark Karpov <markkarpov92@gmail.com>
Maintainer Mark Karpov <markkarpov92@gmail.com>
Revised Revision 1 made by mrkkrp at 2018-01-21T04:09:10Z
Category Serialization
Home page https://github.com/mrkkrp/imprint
Bug tracker https://github.com/mrkkrp/imprint/issues
Source repo head: git clone https://github.com/mrkkrp/imprint.git
Uploaded by mrkkrp at 2018-01-08T06:49:50Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 891 total (5 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-01-08 [all 1 reports]

Readme for imprint-0.0.1.0

[back to package description]

Imprint

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

Serialization of arbitrary Haskell expressions. Currently supports serialization of

  • Values with a Binary instance
  • Monomorphic functions
  • Closures built upon the two previous components

See the Haddock for a proper introduction.

Contribution

Issues, bugs, and questions may be reported in the GitHub issue tracker for this project.

Pull requests are also welcome and will be reviewed quickly.

License

Copyright © 2018 Mark Karpov

Distributed under BSD 3 clause license.