view project.clj @ 154:ed36fcf061de

Removed the domain part from namespace names.
author Mikhail Kryshen <mikhail@kryshen.net>
date Mon, 14 Apr 2014 20:01:00 +0400
parents 86d0358d38c7
children a51fcaf00264
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 "16.0.1"]])