Skip to content

Instantly share code, notes, and snippets.

@jafingerhut
Created May 1, 2018 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jafingerhut/55b75c6f5e872349bf85b9a3c7828130 to your computer and use it in GitHub Desktop.
Save jafingerhut/55b75c6f5e872349bf85b9a3c7828130 to your computer and use it in GitHub Desktop.
Locally modified version of Sophia-Gold/anaphora project.clj file I tried
(defproject anaphora "0.1.0-SNAPSHOT"
:url "https://medium.com/@sophiagoldnyc/anaphora"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.10.0-master-SNAPSHOT"]
[org.clojure/data.avl "0.0.17"]
[org.clojure/data.int-map "0.2.4"]
[org.clojure/math.combinatorics "0.1.4"]
[org.clojure/tools.analyzer "0.6.9"]
[org.clojure/tools.analyzer.jvm "0.7.2"]
[com.rpl/specter "1.1.0"]
[fipp "0.6.12"]]
:main ^:skip-aot anaphora
:target-path "target/%s"
:profiles {:uberjar {:aot :all}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment