(defproject adventofcode2019 "0.1.0-SNAPSHOT" :description "Advent of Code 2019" :url "http://example.com/FIXME" ;;:license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0" ;; :url "https://www.eclipse.org/legal/epl-2.0/"} :dependencies [[org.clojure/clojure "1.10.0"] [org.clojure/core.match "0.3.0"] [org.clojure/core.async "0.6.532"] [org.clojure/math.combinatorics "0.1.6"] [org.clojure/math.numeric-tower "0.0.4"] [org.clojure/data.priority-map "0.0.10"] [clojure-lanterna "0.9.4"] [aysylu/loom "1.0.2"]] :main ^:skip-aot adventofcode2019.core :target-path "target/%s" :profiles {:uberjar {:aot :all}})