aysylu / loom

Graph library for Clojure. Mailing list https://groups.google.com/forum/#!forum/loom-clj
http://aysy.lu/loom/
886 stars 108 forks source link

Add a rudimentary deps.edn file #138

Open cjsauer opened 1 year ago

cjsauer commented 1 year ago

This PR just adds a deps.edn file with the necessary dependencies specified in order to allow one to depend on Loom via git deps. Relevant issue is here https://github.com/aysylu/loom/issues/135

I tested it in my project by including the following coordinates in my project's deps file:

aysylu/loom {:git/url "https://github.com/cjsauer/loom.git"
             :sha     "acd15ed3136a0f4091e97bfc187764ff8b60da4e"}

This worked fine in both CLJ and CLJS (my project is CLJC).