Skip to content

pallet/common

Repository files navigation

pallet.common

A library containing general purpose functions and macros for use across other pallet libraries.

See reference documentation and annotated source.

Installation

pallet-common is distributed as a jar, and is available in the clojars repository.

Installation is with leiningen or maven.

lein

Add the following to your project.clj file:

:dependencies [[com.palletops/pallet-common "0.4.0"]]

maven

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>

License

Licensed under EPL

Copyright 2011, 2012, 2013 Hugo Duncan.

About

common functions used across pallet projects

Resources

Stars

Watchers

Forks

Packages

No packages published