Locally modified version of Sophia-Gold/anaphora project.clj file I tried
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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