A library containing general purpose functions and macros for use across other pallet libraries.
See reference documentation and annotated source.
pallet-common is distributed as a jar, and is available in the
clojars repository.
Installation is with leiningen or maven.
Add the following to your project.clj file:
:dependencies [[com.palletops/pallet-common "0.4.0"]]
Add the following to your dependencies in pom.xml:
<dependencies>
  <dependency>
    <groupId>comp.palletops</groupId>
    <artifactId>pallet-common</artifactId>
    <version>0.4.0</version>
  </dependency>
<dependencies>
Licensed under EPL
Copyright 2011, 2012, 2013 Hugo Duncan.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |