All Projects → michaelklishin → vclock

michaelklishin / vclock

Licence: other
A Clojure implementation of vector clocks, roughly ported from Riak Core

Programming Languages

clojure
4091 projects

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 Release

With Leiningen:

[clojurewerkz/vclock "1.0.0"]

With Maven:

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

Documentation & Examples

See documentation strings for clojurewerkz.vclock.core functions and our test suite.

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 Welle, Monger, 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

lein 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.

Bitdeli Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].