vpm icon indicating copy to clipboard operation
vpm copied to clipboard

V's package manager

Results 30 vpm issues
Sort by recently updated
recently updated
newest added

Needed for https://github.com/vlang/v/pull/21174

It's the same thing Rust does with [crates.io](https://crates.io/) which is one of the main factors that got my not want to involve with the language among other things. Now you...

### Describe the bug i resolved the v install vui error, it was having issue with my CFLAGS in my env, like some mentioned. So, I had to add $VSRC/third_party/mbedtls/include...

This enables easier onboarding of contributors (they can test their changes locally using real data). [wip] It also adds a README with a short description about what you need to...

### Describe the feature Implement a way to put a star on any package besides your own. A user should be able to star the same package only once. ###...

``` Cookie “vpm” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that...

https://pagespeed.web.dev/analysis/https-vpm-vlang-io/svpddifqhb?form_factor=mobile

I think the algorithm here should be: 1. by downloads count (descending) 2. if downloads count if the same - by stars count (descending) 3. if stars and downloads counts...

### Describe the feature If VPM module is using short description from GitHub, GutHub version of it can be easily changed, and VPM module short description should automatically updated as...

### Describe the feature If VPM module is using README from GitHub, GitHub version of it can be easily changed, and VPM module's README should automatically be updated as well....