cljdoc

seancorfield 2024-12-03T00:22:20.851949Z

@lee A question for you about https://ask.clojure.org/index.php/12817/tools-support-providing-additional-dependencies-provided -- the OP seems to indicate provided scope in the generated pom.xml file would solve problems with "optional" (dev/test-only) dependencies in libraries, allowing cljdoc to correctly analyze such projects. Is that true?

✅ 1
lread 2024-12-03T02:33:17.398079Z

Thanks for the ping! This is cljdoc's only current technique for specifying optional deps as documented https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#getting-dependencies-right. I can chime in on ask.clojure.

seancorfield 2024-12-03T02:34:43.083719Z

Glad I pinged you 🙂

lread 2024-12-03T02:41:25.570999Z

Me too! simple_smile