Fork me on GitHub
#clojars
<
2018-05-25
>
martinklepsch06:05:58

is there an API to search projects on clojars?

martinklepsch12:05:12

oh, that’s excellent, thanks!

plins18:05:28

hello everyone but Im having issues on how to deploy my lib to clojars (this is my first lib in clojure so sorry if im missing something obvious) Ive generated my gpg key, but Im not sure on how associate it with my clojars account

seancorfield18:05:22

@plins You don't associate GPG keys with Clojars. With Boot, you don't need GPG at all to deploy to Clojars.

seancorfield18:05:56

With Leiningen, GPG is only used to sign JARs (optional) and to encrypt/decrypt your Clojars credentials locally.

seancorfield18:05:56

Leiningen instructions https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md#publishing-libraries (to enter username/password each time -- else you can store them per the GPG instructions)

plins20:05:13

Thank sean, ive managed to upload it