crdt-event-fold: Garbage collected event folding CRDT.

[ crdt, library, mit ] [ Propose Tags ]

Garbage collected event folding CRDT. Consistently apply arbitrary operations to replicated data.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 1.0.0.1, 1.0.0.2, 1.1.0.0, 1.2.0.0, 1.2.1.1, 1.3.0.0, 1.4.0.0, 1.5.1.1, 1.8.0.0, 1.8.0.1, 1.8.0.2, 1.8.1.0
Dependencies aeson (>=2.0.3.0 && <2.1), base (>=4.15 && <4.16), binary (>=0.8.8.0 && <0.9), containers (>=0.6.4.1 && <0.7), data-default-class (>=0.1.2.0 && <0.2), data-dword (>=0.3.2.1 && <0.4), exceptions (>=0.10.4 && <0.11), monad-logger (>=0.3.36 && <0.4), mtl (>=2.2.2 && <2.3), transformers (>=0.5.6.2 && <0.6) [details]
License MIT
Copyright 2022 Owens Murray, LLC.
Author Rick Owens
Maintainer rick@owensmurray.com
Category CRDT
Home page https://github.com/owensmurray/crdt-event-fold
Uploaded by rickowens at 2022-10-09T03:02:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1092 total (35 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2022-10-09 [all 1 reports]

Readme for crdt-event-fold-1.8.0.0

[back to package description]

crdt-event-fold

A Haskell library providing garbage collected event folding CRDT.