Liking cljdoc? Tell your friends :D

What is VClock

VClock is an implementation of vector clocks, roughly ported from Riak Core.

Artifacts

VClock artifacts are released to Clojars. If you are using Maven, add the following repository definition to your pom.xml:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>

The Most Recent SNAPSHOT

With Leiningen:

[clojurewerkz/vclock "1.0.0-SNAPSHOT"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>vclock</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Documentation & Examples

TBD

Community

To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.

Supported Clojure versions

VClock is built from the ground up for Clojure 1.3.0 and up.

Continuous Integration Status

Continuous Integration status

VClock Is a ClojureWerkz Project

VClock is part of the group of Clojure libraries known as ClojureWerkz, together with Monger, Welle, Langohr, Elastisch, Quartzite and several others.

Development

VClock uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using

lein2 all test

Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on Github.

License

Copyright (C) 2012 Michael S. Klishin.

Double licensed under the Eclipse Public License (the same as Clojure) or the Apache Public License 2.0.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close