https://github.com/clojurewerkz/support
A support library ClojureWerkz projects (Langohr, Monger, Neocons, Elastisch, Quartzite, Welle, and others) can rely on
https://github.com/clojurewerkz/support
Last synced: 8 months ago
JSON representation
A support library ClojureWerkz projects (Langohr, Monger, Neocons, Elastisch, Quartzite, Welle, and others) can rely on
- Host: GitHub
- URL: https://github.com/clojurewerkz/support
- Owner: clojurewerkz
- Created: 2012-03-14T19:13:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T19:34:46.000Z (about 7 years ago)
- Last Synced: 2025-10-21T23:07:33.802Z (8 months ago)
- Language: Clojure
- Homepage: http://clojurewerkz.org
- Size: 91.8 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
# Clojurewerkz Support Library
This is a yet another support/utility library, targeted at use cases in
* [Langohr](https://github.com/michaelklishin/langohr)
* [Elastisch](https://github.com/clojurewerkz/elastisch)
* [Cassaforte](https://github.com/clojurewerkz/cassaforte)
* [Monger](https://github.com/michaelklishin/monger)
* [Neocons](https://github.com/michaelklishin/neocons)
* [Welle](https://github.com/michaelklishin/welle)
* [Validateur](https://github.com/michaelklishin/validateur)
* [Meltdown](https://github.com/clojurewerkz/meltdown)
* [Quartzite](https://github.com/michaelklishin/quartzite)
* [Pantomime](https://github.com/michaelklishin/pantomime)
* [Mailer](https://github.com/clojurewerkz/mailer)
* [Money](https://github.com/clojurewerkz/money)
and other [Clojure libraries](http://clojurewerkz.org) 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:
clojurewerkz
support
1.5.0
## 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
[](http://travis-ci.org/clojurewerkz/support)
CI is hosted by [travis-ci.org](http://travis-ci.org)
## Development
Support uses [Leiningen 2](https://github.com/technomancy/leiningen/blob/master/doc/TUTORIAL.md). 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.