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

dep info flag #31

Open
agzam opened this issue Apr 24, 2022 · 2 comments
Open

dep info flag #31

agzam opened this issue Apr 24, 2022 · 2 comments

Comments

@agzam
Copy link
Contributor

agzam commented Apr 24, 2022

How difficult would be to add dep info option?
It would be nice to be able to jump to the homepage of a library.

also, somewhat related: dep search, in addition to lib-name and version, could also return the description line for each package.

@borkdude
Copy link
Contributor

Currently neil relies on the clojars API to search dependencies.

https://github.com/clojars/clojars-web/wiki/Data

@agzam
Copy link
Contributor Author

agzam commented Apr 24, 2022

for the second thing, it seems it can be done by simply adding :description field here

(println :lib (format  "%s/%s"
                             (:group_name search-result)
                             (:jar_name search-result))
               :version (:version search-result)
               :description (:description search-result))

right?

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

2 participants