-
-
Notifications
You must be signed in to change notification settings - Fork 236
A feature like cargo search
#663
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
Conversation
The easiest way of doing this is to make use of the dub-registry api. I went some way towards that, but never finished it, I'll put it higher to the top of my to-do list. |
Maybe there is something both simpler and more useful. The
I can implement it if there is approval. |
Implementation done, still waiting for dlang/dub-registry#121 to be deployed. |
Deployment is done now. |
- queries all package suppliers and outputs any found package
471a3f9
to
4f56d6e
Compare
Nice, tests pass as well. |
Yay! |
I left-justified the package names and versions for better readability. |
Okay, looks good. |
A feature like `cargo search`
I added a call to |
So I've tested the Rust package manager and it has a nice feature to search available packages.
It's also nice that it says when its package list cache is updated.