Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ns -> dep mapping #14

Open
filipesilva opened this issue Apr 3, 2024 · 0 comments
Open

ns -> dep mapping #14

filipesilva opened this issue Apr 3, 2024 · 0 comments

Comments

@filipesilva
Copy link

Heya, I wanted to make a deps autoloader that would catch errors about missing ns and auto import them using clojure 1.12's clojure.repl.deps/add-libs.

I think that information is only on Dewey's larger release artifacts, and downloading all those files is a tough proposition.

Ideally I'd like to end up with something like

{clojure.data.csv {:git/url "https://github.com/clojure/data.json"
                   :git/sha "c323f899a06653af9d66a8e0212b65d0ac6f7b7f"
                   :git/tag "v1.1.0}
;; more ns -> dep mappings
}

Do you have any thoughts or suggestions on how to end up with this data? We talked briefly on slack and you already suggesting new build artifacts and an API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant