Thomas Goirand <[email protected]> writes: > Stuff I don't understand: > ========================= > clj-commons/fs "1.5.1" -> libraynes-fs-clojure ?!?
Depending on what you mean, I believe fs moved after Raynes passed away: https://github.com/clj-commons/fs#fs---file-system-utilities-for-clojure > org.clojure/clojure "1.10.1" Hmm, what was confusing abou this one? Oh, and note that if it helps, I think the output of "lein deps :tree" should be EDN https://github.com/edn-format/edn and so while you can parse it in clojure(script) if you want to automate any of the analysis, there are also other implementations: https://github.com/edn-format/edn/wiki/Implementations Hope this helps -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Pkg-clojure-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-clojure-maintainers
