cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
miikka 2020-10-10T18:16:11.045800Z

Hmph. My analysis build does not find byte-sterams https://app.circleci.com/pipelines/github/cljdoc/builder/10569/workflows/8b25ebb0-ccec-4bf1-a1bf-c96a01100233/jobs/26946

miikka 2020-10-10T18:17:59.046100Z

oh, is this because the jar lacks the pom file?

miikka 2020-10-10T18:18:20.046400Z

this is what i get for trying to use deps.edn for library development 😞

martinklepsch 2020-10-10T18:34:27.047400Z

@miikka that sounds like a potential reason. There’s a deps tree in the circle CI logs

miikka 2020-10-10T18:41:37.047600Z

yeah, it doesn't have any of my deps

lread 2020-10-10T19:58:14.050600Z

@miikka there is nothing at all wrong with using deps.edn for your library dev, but you’ll want to include a pom.xml https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/faq.md#how-do-i-set-scm-info-for-my-project.

lread 2020-10-10T20:00:42.051300Z

Your initial pom.xml, if you don’t have one can be generated via clojure -Spom.

lread 2020-10-10T20:05:00.053100Z

The https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc should be helpful. If anything is confusing/missing in there, feedback and clarifications are welcome.