cljdoc

tatut 2023-09-04T10:15:44.993859Z

for library authors “The Bare Minimum” says “If you publish to Clojars”… what if I don’t? or is that a hard requirement

tatut 2023-09-04T10:16:24.229199Z

I’ve only supported using as a git dependency so far

lread 2023-09-04T12:15:05.954989Z

Hi @tatut! Yes, clojars is currently required. https://github.com/cljdoc/cljdoc/issues/459, but have not implemented yet.

tatut 2023-09-04T12:15:30.012649Z

ok, my mind was scanning for the “else” branch in that statement and I feared I’d missed something

lread 2023-09-04T12:16:43.222929Z

I'll add a note to that part of the author guide so folks don't have to wonder.

tatut 2023-09-04T12:17:05.663299Z

so in the short term, clojars is the way to go

lread 2023-09-04T12:20:43.796479Z

yes

tatut 2023-09-04T12:21:22.653659Z

thanks, I think I’ll set that up at some point for my libraries

lread 2023-09-04T12:49:49.784119Z

Cool, thanks for asking your question, it'll help me to clarify the docs a bit there!

lread 2023-09-04T21:11:28.646969Z

https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#the-bare-minimum with an extra note, hopefully, it is clearer.

tatut 2023-09-05T04:12:20.953159Z

yes, looks clear to me now

👍 1