- Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathproject.clj
More file actions
Latest commit
8 lines (8 loc) · 397 Bytes
/
Copy pathproject.clj
File metadata and controls
8 lines (8 loc) · 397 Bytes
1
2
3
4
5
6
7
8
(defprojectclojure-python"0.4.1"
:description"Improve seamlessness of Clojure Jython interop."
:dependencies [[org.clojure/clojure "1.4.0"]
[org.python/jython-standalone "2.5.3"]]
:license {:name"Eclipse Public License"
:url"http://www.eclipse.org/legal/epl-v10.html"}
:profiles {:dev {:dependencies [[midje "1.4.0"]]}}
:plugins [[lein-midje "2.0.0"]])