Bernhard Kausler
Bernhard Kausler

Reputation: 5267

What are the leiningen default repositories?

Leiningen (https://github.com/technomancy/leiningen) looks into some default repositories to satisfy the dependencies specified in your project.clj.

I want to browse these repositories to see what's available out-of-the-box in leiningen. What are these repos and where can I look them up for my specific version of leiningen.

Upvotes: 10

Views: 2509

Answers (1)

Bernhard Kausler
Bernhard Kausler

Reputation: 5267

As of October 2020, leiningen uses the following default repositories:

They are hardcoded into leiningen in the namespace leiningen.core.project as a default-repos dictionary.

Upvotes: 15

Related Questions