-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.clj
29 lines (29 loc) · 1.34 KB
/
project.clj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(defproject nonogen "0.1.0-SNAPSHOT"
:description "Novel Novel Generator"
:url "https://github.com/ikarth/nonogen"
:license {:name "Apache License, Version 2.0"
:url "http://www.apache.org/licenses/LICENSE-2.0"}
:dependencies [[org.clojure/clojure "1.6.0"]
;[clj-wordnet "0.1.1-SNAPSHOT"]
;;[clj-wordnik "0.1.0-alpha1"]
;;[clj-wordnik "0.1.0-alpha1"]
;[instaparse "1.3.4"]
;[clojure-opennlp "0.3.2"]
;[janiczek/markov "0.3.0"]
;;[sentimental "0.1.0-SNAPSHOT"]
;;[clojure-nltk "2.0.3-clj-0"]
;[rhyme-finder "0.1.0-SNAPSHOT"]
[bigml/sampling "3.0"]
[incanter "1.5.5"]
[org.clojure/data.generators "0.1.2"]
;[com.cemerick/pprng "0.0.2"]
;[org.clojure/core.logic "0.8.8"]
;[org.abstractj.kalium/kalium "0.3.0" :scope "compile"]
;[caesium "0.3.0"]
;;[org.clojars.ikarth/libsodium-windows-native-deps "1.0.0"]
;[com.github.emboss/siphash-java "1.0.0-SNAPSHOT"]
;[rhizome "0.2.1"]
[inflections "0.9.13"]
]
:local-repo "../local-maven" ;uses a local maven repository to save space on my other hard drive
)