symbiote: Data serialization, communication, and operation verification implementation

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

Please see the README on GitHub at https://github.com/athanclark/symbiote#readme


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.0.1, 0.0.1, 0.0.1.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5
Change log ChangeLog.md
Dependencies aeson, async, base (>=4.7 && <5), bytestring, cereal, containers, monad-control, mtl, QuickCheck, stm, text [details]
License BSD-3-Clause
Copyright 2019 Athan Clark
Author Athan Clark
Maintainer athan.clark@gmail.com
Category Data
Home page https://github.com/athanclark/symbiote#readme
Bug tracker https://github.com/athanclark/symbiote/issues
Source repo head: git clone https://github.com/athanclark/symbiote
Uploaded by athanclark at 2019-09-08T21:29:59Z
Distributions
Downloads 2603 total (21 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-09-08 [all 1 reports]

Readme for symbiote-0.0.0

[back to package description]

symbiote

This project aims to be a network agnostic and data format agnostic serialization verifier - it's main purpose is to verify that data, operations on that data, and serialization of that data is all consistent for multiple platforms. This project defines a trivial protocol that can be re-implemented in any platform, over any network medium.

For an example, check out the tests.