Skip to content

clojurewerkz/support

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
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.8+. The most recent release is highly recommended.

Maven Artifacts

The Most Recent Release

With Leiningen:

[clojurewerkz/support "1.5.0"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>support</artifactId>
  <version>1.5.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-2019 Michael S. Klishin, Alex Petrov

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

About

A support library ClojureWerkz projects (Langohr, Monger, Neocons, Elastisch, Quartzite, Welle, and others) can rely on

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •