sattvik / leinjacker

A library for Leiningen plug-in authors.
42 stars 11 forks source link

leinjacker

leinjacker is a library of utilities for Leiningen plug-in developers. Current features include:

Usage

Just drop the following into your plug-in’s project.clj:

(defproject lein-tau "6.283"
  :name "The π is a lie!"
  ;; other stuff
  :dependencies [[leinjacker "0.4.2"]
                 ;; more deps
         ])

Although this library is built using Leiningen 2, the library itself does not require it. It should also work with Clojure 1.2 and above.

Contributing

If you ever find yourself writing the same generic code in more than one of your plug-ins, feel free to send it here.

Contributors

License

Copyright © 2012 Sattvik Software & Technology Resources, Ltd. Co. All rights reserved.

Distributed under the Eclipse Public License, the same as Clojure.