This is a yet another support/utility library, targeted at use cases in
- Langohr
- Elastisch
- Cassaforte
- Monger
- Neocons
- Welle
- Validateur
- Meltdown
- Quartzite
- Pantomime
- Mailer
- Money
and other Clojure libraries under the Clojurewerkz umbrella.
ClojureWerkz Support requires Clojure 1.8+. The most recent release is highly recommended.
With Leiningen:
[clojurewerkz/support "1.5.0"]
With Maven:
<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>support</artifactId>
<version>1.5.0</version>
</dependency>
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.
CI is hosted by travis-ci.org
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.
Copyright © 2012-2019 Michael S. Klishin, Alex Petrov
Distributed under the Eclipse Public License, the same as Clojure.