You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: