Mercurial > hg > indyvon
view project.clj @ 178:8ba774291bac
Added run-demo alias to project.clj, disabled reflection warnings (will use lein check).
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Fri, 18 Sep 2015 17:59:50 +0300 |
parents | 6a29fcb6fe9a |
children | a43e3c9b007e |
line wrap: on
line source
(defproject indyvon "0.1.0-SNAPSHOT" :description "INteractive DYnamic VisualizatiON: an experimental GUI library" :url "https://bitbucket.org/kryshen/indyvon" :license {:name "GNU LGPL version 3" :url "http://www.gnu.org/licenses/lgpl-3.0.html"} ;;:global-vars {*warn-on-reflection* true} :profiles {:demo {:main indyvon.demo}} :aliases {"run-demo" ["with-profile" "demo" "run"]} :dependencies [[org.clojure/clojure "1.7.0"] [com.google.guava/guava "18.0"]])