-
Notifications
You must be signed in to change notification settings - Fork 1
ns -> dep mapping #14
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels