project.clj 396 B

123456789
  1. (defproject net.timsg/gamma-tools "0.1.0-SNAPSHOT"
  2. :description "Tools for using my port of Kovas Boguta's Gamma library"
  3. ;; :url "http://example.com/FIXME"
  4. :license {:name "Eclipse Public License"
  5. :url "http://www.eclipse.org/legal/epl-v10.html"}
  6. :dependencies [;; [org.clojure/clojure "1.8.0"]
  7. [net.timsg/arcadia-gamma "0.1.0-SNAPSHOT"]
  8. ])