Skip to content

michaelklishin/vclock

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published