view project.clj @ 176:6a29fcb6fe9a

Update to Clojure 1.7.0.
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 18 Sep 2015 04:06:43 +0300
parents a51fcaf00264
children 8ba774291bac
line source
1 (defproject indyvon "0.1.0-SNAPSHOT"
2 :description "INteractive DYnamic VisualizatiON: an experimental GUI library"
3 :url "https://bitbucket.org/kryshen/indyvon"
4 :license {:name "GNU LGPL version 3"
5 :url "http://www.gnu.org/licenses/lgpl-3.0.html"}
6 :warn-on-reflection true
7 ;;:main indyvon.demo
8 :dependencies [[org.clojure/clojure "1.7.0"]
9 [com.google.guava/guava "18.0"]])