Liking cljdoc? Tell your friends :D

Clojurewerkz Support Library

This is a yet another support/utility library, targeted at use cases in

and other Clojure libraries under the Clojurewerkz umbrella.

Supported Clojure versions

ClojureWerkz Support requires Clojure 1.4+. The most recent release is highly recommended.

Maven Artifacts

The Most Recent Release

With Leiningen:

[clojurewerkz/support "1.1.0"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>support</artifactId>
  <version>1.1.0</version>
</dependency>

Usage

ClojureWerkz Support is a young library and until documentation guides are written, it may be challenging to use for anyone except the author. For code examples, see our test suite.

Once the documentation is ready for the public, we will update this document.

Continuous Integration

Continuous Integration status

CI is hosted by travis-ci.org

Development

Support uses Leiningen 2. Make sure you have it installed and then run tests against all 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 © 2012-2016 Michael S. Klishin, Alex Petrov

Distributed under the Eclipse Public License, the same as Clojure.

Can you improve this documentation? These fine people already did:
Michael S. Klishin & Michael Klishin
Edit on GitHub

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

× close