|
@@ -4,20 +4,37 @@
|
|
|
:plugins [[lein-modules "0.3.11"]
|
|
|
[lein-ancient "0.6.8"]]
|
|
|
|
|
|
+ ;:profiles {:clj {}
|
|
|
+ ; :cljs {}
|
|
|
+ ; :objcbuild {}
|
|
|
+ ; :droid {}
|
|
|
+ ; :fruit {}
|
|
|
+ ; }
|
|
|
+ ;:aliases {"all" []}
|
|
|
+
|
|
|
|
|
|
:modules {:dirs ["core"
|
|
|
"pubsub-service"
|
|
|
"web-client"
|
|
|
"ios-client"]
|
|
|
+
|
|
|
+
|
|
|
+ ; todo: clojure profiles for clojure environments. baseline, cljs, clj, objcbuild, fruit, droid, etc.
|
|
|
+
|
|
|
+
|
|
|
:versions {com.github.harlanji.clojure-stack/core "0.0.1-SNAPSHOT"
|
|
|
com.github.harlanji.clojure-stack/pubsub-service "0.0.1-SNAPSHOT"
|
|
|
; idea: automatically insert module versions
|
|
|
+ ; https://github.com/jcrossley3/lein-modules/issues/29
|
|
|
lein-objcbuild "0.1.10"
|
|
|
- org.clojure/clojure "1.8.0"
|
|
|
- org.clojure/clojurescript "1.7.228"
|
|
|
- galdolber/clojure-objc "1.7.0-RC1"
|
|
|
+ :clj1.7 "1.7.0"
|
|
|
+ :cljs1.7 "1.7.170"
|
|
|
+ :clj1.8 "1.8.0"
|
|
|
+ :cljs1.8 "1.7.228"
|
|
|
+ :clj-objc1.7 "1.7.0-RC1"
|
|
|
:component/clojure1.2+ "0.2.3" ; ios, until [galdolber/clojure-objc "1.7.0"]
|
|
|
:component/clojure1.7+ "0.3.1" ; other
|
|
|
- reagent "0.5.1"}
|
|
|
+ reagent "0.5.1"
|
|
|
+ speclj "3.3.1"}
|
|
|
}
|
|
|
)
|