Initial commit

This commit is contained in:
Michiel Borkent 2021-05-23 11:31:40 +02:00
commit 5bbd4d199d
9 changed files with 385 additions and 0 deletions

15
deps.edn Normal file
View file

@ -0,0 +1,15 @@
{:paths ["src" "resources"]
:deps
{org.clojure/clojure {:mvn/version "1.10.3"}
borkdude/sci {:git/url "https://github.com/borkdude/sci"
:sha "4de7c78024bfdb5c52e273be372144d46228939a"}}
:aliases
{:dev
{:extra-paths ["dev"]
:extra-deps {thheller/shadow-cljs {:mvn/version "2.12.5"}}}
:test
{:extra-paths ["test"]
:extra-deps {lambdaisland/kaocha {:mvn/version "1.0.829"}}}}}