clr

2024-03-04T15:25:15.559239Z

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
pez 2024-03-04T15:48:54.940359Z

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/

2024-03-04T19:03:04.777189Z

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