Vcpkg: list of packages

Created on 18 Sep 2017  路  2Comments  路  Source: microsoft/vcpkg

Is there any way to get a live list of packages, other than CLI vcpkg search?

Not only is CLI inconvenient, the description is cut off.

This shouldn't be that hard since presumably, these packages are in the database somewhere. Name of package should be a link to the project.

vcpkg-feature

Most helpful comment

This is now available from: https://repology.org/metapackages/

All 2 comments

Thanks for pointing this out!

There are two ways that might improve the situation for you immediately. One is to pass --x-full-desc to search, which stop cutting off the description (but they can be _very_ long, so this will ruin the table formatting). The other is to simply do a findstr or grep inside the ports\ directory; all the information for package X is gathered via ports\X\CONTROL.

This is now available from: https://repology.org/metapackages/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

F0I0l0I0P picture F0I0l0I0P  路  3Comments

madkoala picture madkoala  路  3Comments

pkeir picture pkeir  路  3Comments

pakdel picture pakdel  路  3Comments

PhilLab picture PhilLab  路  3Comments