Fork me on GitHub
#clr
<
2024-03-04
>
Sasha15:03:15

Hi, I'm new to clojure and ClojureCLR. Is there a way to add a clojure library/dependency like is done with lein? And maybe add it from a git repo

🥳 1
pez15:03:54

According to the previous post with status report, this is being worked on. For now you may get away with something similar to what I do in this starter-project: https://github.com/PEZ/clojure-clr-starter. There’s some little more info about the approach here: https://blog.agical.se/en/posts/how-to-create-a-really-simple-clojureclr-dependency-tool/

Sasha19:03:04

Nice, thank for the info. I will try to understand it and see if I can make it work