view project.clj @ 175:eb1bedf22731

Marked transaction-unsafe functions (this also solves a name collision with Clojure 1.7.0)
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 18 Sep 2015 04:03:38 +0300
parents ed36fcf061de
children 6a29fcb6fe9a
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.6.0"]
9 [com.google.guava/guava "18.0"]])