{
   "auth" : "cpan:FCO",
   "authors" : [
      "Fernando Correa"
   ],
   "build-depends" : [],
   "depends" : [
      "UUID"
   ],
   "description" : "Conflict-free Replicated Data Type",
   "license" : "Artistic-2.0",
   "name" : "CRDT",
   "perl" : "6.d",
   "provides" : {
      "CRDT" : "lib/CRDT.rakumod",
      "G-Counter" : "lib/G-Counter.rakumod",
      "G-Set" : "lib/G-Set.rakumod",
      "P2-Set" : "lib/P2-Set.rakumod",
      "PN-Counter" : "lib/PN-Counter.rakumod"
   },
   "resources" : [],
   "source-url" : "http://www.cpan.org/authors/id/F/FC/FCO/Perl6/CRDT-0.0.1.tar.gz",
   "tags" : [
      "CRDT",
      "conflict-free",
      "data-structure",
      "replicated",
      "concurrent"
   ],
   "test-depends" : [],
   "version" : "0.0.1"
}