adl-support/project.clj
Simon Brooke 90a46ab32d Really just messing around
I know I'll have version control hell when I merge this back to Fletcher... But it now supports the leiningen plugin.
2018-07-20 15:39:44 +01:00

10 lines
434 B
Clojure

(defproject adl-support "0.1.1-SNAPSHOT"
:description "A small library of functions called by generated ADL code."
:url "http://example.com/FIXME"
:license {:name "MIT License"
:url "https://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/math.numeric-tower "0.0.4"]
[org.clojure/tools.logging "0.3.1"]
[selmer "1.10.6"]])