view project.clj @ 35:0d593970cb76

Separate namespace for demo and experiments.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 08 Jul 2010 06:02:12 +0400
parents 1237f7555029
children 5413b188d112
line source
1 (defproject indyvon "1.0.0-SNAPSHOT"
2 :description "INteractive DYnamic VisualizatiON library"
3 :dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"]
4 [org.clojure/clojure-contrib "1.2.0-SNAPSHOT"]]
5 :dev-dependencies [[leiningen/lein-swank "1.2.0-SNAPSHOT"]]
6 :namespaces [indyvon.core
7 indyvon.layers
8 indyvon.component
9 indyvon.demo])