clojars

http://clojars.org discussion and “support”, see http://status.clojars.org for status.
martinklepsch 2018-05-25T06:50:58.000380Z

is there an API to search projects on clojars?

martinklepsch 2018-05-25T12:31:12.000524Z

oh, that’s excellent, thanks!

plins 2018-05-25T18:34:28.000020Z

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

seancorfield 2018-05-25T18:48:22.000268Z

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

seancorfield 2018-05-25T18:48:56.000317Z

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

seancorfield 2018-05-25T18:51:10.000010Z

See https://github.com/boot-clj/boot/wiki/Repository-Credentials-and-Deploying for using Boot to deploy to Clojars @plins

seancorfield 2018-05-25T18:52:36.000040Z

Leiningen has this comprehensive GPG guide https://github.com/technomancy/leiningen/blob/stable/doc/GPG.md

seancorfield 2018-05-25T18:57:56.000502Z

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)

plins 2018-05-25T20:46:13.000067Z

Thank sean, ive managed to upload it