README

NAME

CRDT - Conflict-free Replicated Data Type

SYNOPSIS

use G-Counter;
use PN-Counter;
use G-Set;
use P2-Set;
use LWW-Element-Set;
use OR-Set;
use LWW-Register;

DESCRIPTION

CRDT is https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type

AUTHOR

Fernando Correa [email protected]

COPYRIGHT AND LICENSE

Copyright 2020 Fernando Correa

This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

CRDT v0.0.9

Conflict-free Replicated Data Type

Authors

  • Fernando Correa

License

Artistic-2.0

Dependencies

UUID

Test Dependencies

Provides

  • CRDT
  • CRDT::Timestamp
  • G-Counter
  • G-Set
  • LWW-Element-Set
  • LWW-Register
  • OR-Set
  • P2-Set
  • PN-Counter

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.