All Projects → puppetlabs → clj-kitchensink

puppetlabs / clj-kitchensink

Licence: Apache-2.0 license
Library of utility functions for clojure

Programming Languages

clojure
4091 projects

puppetlabs/kitchensink

A library of utility functions that are common to several Puppet Labs clojure projects.

Installation

Add the following dependency to your project.clj file:

Clojars Project

Using Our Test Utils

Kitchensink provides utility code for use in tests. The code is available in a separate "test" jar that you may depend on by using a classifier in your project dependencies.

  (defproject yourproject "1.0.0"
    ...
    :profiles {:test {:dependencies [[puppetlabs/kitchensink "x.y.z" :classifier "test"]]}})

License

Copyright © 2013 Puppet Labs

Distributed under the Apache License, version 2.

Support

Please log tickets and issues at our Trapperkeeper JIRA tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].