2020-05-02 16:31:36 +00:00
|
|
|
{:paths ["src" "feature-xml" "feature-core-async"
|
|
|
|
|
"feature-yaml" "feature-csv" "feature-transit"
|
|
|
|
|
"feature-java-time" "feature-java-nio"
|
2020-09-22 13:10:39 +00:00
|
|
|
"feature-httpkit-client" "feature-httpkit-server"
|
2020-10-14 11:51:23 +00:00
|
|
|
"feature-lanterna"
|
2021-01-23 13:02:00 +00:00
|
|
|
"feature-core-match"
|
2021-01-23 21:47:35 +00:00
|
|
|
"feature-hiccup"
|
2020-10-21 12:25:54 +00:00
|
|
|
"sci/src" "babashka.curl/src" "pods/src"
|
2020-05-13 12:13:57 +00:00
|
|
|
"babashka.nrepl/src"
|
2020-10-19 14:15:54 +00:00
|
|
|
"depstar/src" "process/src"
|
2020-12-13 10:41:20 +00:00
|
|
|
"deps.clj/src" "deps.clj/resources"
|
2020-05-09 12:11:20 +00:00
|
|
|
"resources" "sci/resources"],
|
2020-10-21 12:31:59 +00:00
|
|
|
:deps {org.clojure/clojure {:mvn/version "1.10.2-alpha2"},
|
2020-12-24 20:48:26 +00:00
|
|
|
borkdude/edamame {:mvn/version "0.0.11-alpha.28"},
|
2020-01-06 19:40:02 +00:00
|
|
|
borkdude/graal.locking {:mvn/version "0.0.2"},
|
|
|
|
|
borkdude/sci.impl.reflector {:mvn/version "0.0.1"}
|
2020-10-21 12:31:59 +00:00
|
|
|
org.clojure/core.async {:mvn/version "1.3.610"},
|
2020-04-24 13:12:34 +00:00
|
|
|
org.clojure/tools.cli {:mvn/version "1.0.194"},
|
2020-02-19 21:47:36 +00:00
|
|
|
org.clojure/data.csv {:mvn/version "1.0.0"},
|
2020-08-09 20:13:14 +00:00
|
|
|
cheshire/cheshire {:mvn/version "5.10.0"}
|
2020-02-21 19:08:00 +00:00
|
|
|
org.clojure/data.xml {:mvn/version "0.2.0-alpha6"}
|
2020-09-01 11:14:04 +00:00
|
|
|
clj-commons/clj-yaml {:mvn/version "0.7.2"}
|
2020-04-24 13:08:26 +00:00
|
|
|
com.cognitect/transit-clj {:mvn/version "1.0.324"}
|
2020-05-09 12:11:20 +00:00
|
|
|
nrepl/bencode {:mvn/version "1.1.0"}
|
2020-10-21 12:31:59 +00:00
|
|
|
seancorfield/next.jdbc {:mvn/version "1.1.610"}
|
2020-10-21 12:25:54 +00:00
|
|
|
org.postgresql/postgresql {:mvn/version "42.2.18"}
|
2020-10-21 12:31:59 +00:00
|
|
|
org.hsqldb/hsqldb {:mvn/version "2.5.1"}
|
|
|
|
|
datascript/datascript {:mvn/version "1.0.1"}
|
2020-10-14 11:51:23 +00:00
|
|
|
http-kit/http-kit {:mvn/version "2.5.0"}
|
2020-10-18 15:15:16 +00:00
|
|
|
babashka/clojure-lanterna {:mvn/version "0.9.8-SNAPSHOT"}
|
2021-01-23 13:02:00 +00:00
|
|
|
org.clojure/math.combinatorics {:mvn/version "0.1.6"}
|
2021-01-23 21:47:35 +00:00
|
|
|
org.clojure/core.match {:mvn/version "1.0.0"}
|
|
|
|
|
hiccup/hiccup {:mvn/version "2.0.0-alpha2"}}
|
2020-01-06 19:40:02 +00:00
|
|
|
:aliases {:main
|
2020-01-14 16:12:57 +00:00
|
|
|
{:main-opts ["-m" "babashka.main"]}
|
|
|
|
|
:profile
|
|
|
|
|
{:extra-deps
|
2020-04-24 13:12:34 +00:00
|
|
|
{com.clojure-goes-fast/clj-async-profiler {:mvn/version "0.4.1"}}
|
2020-01-14 16:12:57 +00:00
|
|
|
:extra-paths ["test"]
|
|
|
|
|
:jvm-opts ["-Djdk.attach.allowAttachSelf"]
|
2020-06-17 09:45:16 +00:00
|
|
|
:main-opts ["-m" "babashka.profile"]}
|
|
|
|
|
:lib-tests
|
2020-11-26 22:40:48 +00:00
|
|
|
{:extra-paths ["process/src" "process/test"]
|
|
|
|
|
:extra-deps {babashka/clj-http-lite
|
2020-06-17 11:30:22 +00:00
|
|
|
{:git/url "https://github.com/babashka/clj-http-lite"
|
|
|
|
|
:sha "f44ebe45446f0f44f2b73761d102af3da6d0a13e"}
|
2020-08-09 20:13:14 +00:00
|
|
|
borkdude/spartan.spec {:git/url "https://github.com/borkdude/spartan.spec"
|
2020-06-17 11:30:22 +00:00
|
|
|
:sha "16f7eec4b6589c77c96c9fcf989f78fffcee7c4c"}
|
2020-08-09 20:13:14 +00:00
|
|
|
lambdaisland/regal {:git/url "https://github.com/lambdaisland/regal"
|
2020-09-21 08:56:33 +00:00
|
|
|
:sha "f902d2c43121f9e1c48603d6eb99f5900eb6a9f6"}
|
2020-08-09 20:13:14 +00:00
|
|
|
weavejester/medley {:git/url "https://github.com/weavejester/medley"
|
|
|
|
|
:sha "a4e5fb5383f5c0d83cb2d005181a35b76d8a136d"}
|
|
|
|
|
babashka/babasha.curl {:local/root "babashka.curl"}
|
|
|
|
|
cprop/cprop {:mvn/version "0.1.16"}
|
|
|
|
|
comb/comb {:mvn/version "0.1.1"}
|
2020-06-17 11:30:22 +00:00
|
|
|
mvxcvi/arrangement {:mvn/version "1.2.0"}
|
|
|
|
|
org.clojure/data.zip {:mvn/version "1.0.0"}
|
2020-08-09 20:13:14 +00:00
|
|
|
clojure-csv/clojure-csv {:mvn/version "2.0.2"}
|
2020-06-17 11:30:22 +00:00
|
|
|
org.clojure/math.combinatorics {:mvn/version "0.1.6"}
|
2020-08-09 20:13:14 +00:00
|
|
|
doric/doric {:mvn/version "0.9.0"}
|
|
|
|
|
henryw374/cljc.java-time
|
2020-06-17 11:30:22 +00:00
|
|
|
{:git/url "https://github.com/henryw374/cljc.java-time.git"
|
|
|
|
|
:sha "e3d184b78e933322b3fcaa6ca66cbb8f42a6b35c"}
|
2020-08-09 20:13:14 +00:00
|
|
|
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.1"}
|
|
|
|
|
aero/aero {:mvn/version "1.1.6"}
|
2020-06-17 11:30:22 +00:00
|
|
|
org.clojure/data.generators {:mvn/version "1.0.0"}
|
2020-08-09 20:13:14 +00:00
|
|
|
honeysql/honeysql {:mvn/version "1.0.444"}
|
2020-08-11 16:07:29 +00:00
|
|
|
minimallist/minimallist {:mvn/version "0.0.6"}
|
2020-09-09 21:03:15 +00:00
|
|
|
circleci/bond {:mvn/version "0.4.0"}
|
2020-10-21 12:25:54 +00:00
|
|
|
version-clj/version-clj {:mvn/version "0.1.2"}}}
|
|
|
|
|
:clj-nvd
|
|
|
|
|
{:extra-deps {clj-nvd/clj-nvd {:git/url "https://github.com/miikka/clj-nvd.git"
|
|
|
|
|
:sha "f2ec98699e057a379baf170cb49cf7ad76874a70"}}
|
|
|
|
|
:main-opts ["-m" "clj-nvd.core"]}}}
|