https://github.com/lspector/Clojush
Raw File
Tip revision: c61660995e557e012194d205fca4123e0724ffad authored by Lee Spector on 26 February 2013, 03:41:05 UTC
remove-lib: remove libraries that shouldn't be in distribution
Tip revision: c616609
project.clj
(defproject lspector/clojush "1.3.1"
            :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