Revision 1e2b4133bfffe61393f457589019f1d147828e39 authored by Lee Spector on 05 March 2013, 19:27:02 UTC, committed by Lee Spector on 05 March 2013, 19:27:02 UTC
1 parent 0139dce
Raw File
project.clj
(defproject lspector/clojush "1.3.6"
            :description "The Push programming language and the PushGP genetic programming
                          system implemented in Clojure.
                          See http://hampshire.edu/lspector/push.html"
            :dependencies [[org.clojure/clojure "1.3.0"]
                           [org.clojars.etosch/cosmos "1.0.0"]
                           [org.clojure/math.numeric-tower "0.0.1"]
                           [local-file "0.1.0"]
                           [clojure-csv "2.0.0-alpha2"]
                           [org.clojure/data.json "0.1.3"]]
            :dev-dependencies [[lein-ccw "1.2.0"]]
            :main clojush.core)
back to top