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

Index of namespaces -> information about files and jars it came from #793

Open
borkdude opened this issue Feb 25, 2021 · 0 comments
Open

Comments

@borkdude
Copy link

For deps-infer I made a script that can index a jar repo:

https://github.com/borkdude/deps-infer/blob/main/src/deps_infer/clojars.clj

It would be nice if we could run this script on incremental changes in clojars, so one can lookup a namespace name and get information about jars that expose this namespace.

This has multiple benefits, other than use in deps-infer. E.g. you can look up if a namespace is already taken, detect existing clashes, etc.

@borkdude borkdude changed the title Index of namespaces -> information about the jar it came from Index of namespaces -> information about file and jar it came from Feb 25, 2021
@borkdude borkdude changed the title Index of namespaces -> information about file and jar it came from Index of namespaces -> information about files and jars it came from Feb 25, 2021
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