Skip to content

ns -> dep mapping #14

@filipesilva

Description

@filipesilva

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions