All Projects → vpkg-project → registry

vpkg-project / registry

Licence: other
Package registry for vpkg

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to registry

vredis
Redis client for V, written in V
Stars: ✭ 43 (+230.77%)
Mutual labels:  v, vlang
vinix
Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
Stars: ✭ 1,512 (+11530.77%)
Mutual labels:  v, vlang
boundstone
High Performance / Fast Compilation / Lightweight MCBE Server
Stars: ✭ 42 (+223.08%)
Mutual labels:  v, vlang
v-mode
🌻 An Emacs major mode for the V programming language.
Stars: ✭ 49 (+276.92%)
Mutual labels:  v, vlang
kate-syntax-highlight-v
Syntax highlighting of V files for the Kate editor
Stars: ✭ 17 (+30.77%)
Mutual labels:  v, vlang
jni
V wrapper around the C Java Native Interface
Stars: ✭ 15 (+15.38%)
Mutual labels:  v, vlang
vast
A simple tool for vlang, generate v source file to AST json file
Stars: ✭ 23 (+76.92%)
Mutual labels:  v, vlang
vargs
Simple argument parsing library for V.
Stars: ✭ 36 (+176.92%)
Mutual labels:  v, vlang
vpm
Package Manager for VVVV
Stars: ✭ 20 (+53.85%)
Mutual labels:  package-manager, vpm
minesweeper-v
Minesweeper Written in Vlang
Stars: ✭ 19 (+46.15%)
Mutual labels:  v, vlang
discord.v
Discord Bot Framework written in V
Stars: ✭ 83 (+538.46%)
Mutual labels:  v, vlang
termtable
Simple and highly customizable library to display tables in the terminal.
Stars: ✭ 41 (+215.38%)
Mutual labels:  v, vlang
vbf
A brainfuck interpreter/compiler written in V.
Stars: ✭ 17 (+30.77%)
Mutual labels:  v, vlang
v2048
A simple game of 2048, written in V.
Stars: ✭ 19 (+46.15%)
Mutual labels:  v, vlang
vave
🌊 A crazy simple library for reading/writing WAV files in V. Zero dependencies, 100% cross-platform.
Stars: ✭ 35 (+169.23%)
Mutual labels:  v, vlang
pacstall
An AUR-inspired package manager for Ubuntu
Stars: ✭ 842 (+6376.92%)
Mutual labels:  package-manager
cget-recipes
Recipes for cget
Stars: ✭ 17 (+30.77%)
Mutual labels:  package-manager
vscode-npm-gui
vscode nuget package manager gui https://marketplace.visualstudio.com/items?itemName=aliasadidev.nugetpackagemanagergui
Stars: ✭ 36 (+176.92%)
Mutual labels:  package-manager
xconfigure
High-Performance configuration patterns and recipes.
Stars: ✭ 42 (+223.08%)
Mutual labels:  package-manager
ansible-nodejs
Ansible role to set up the latest version of Node.js and npm in Debian-like systems
Stars: ✭ 14 (+7.69%)
Mutual labels:  package-manager

vpkg Registry

The official package listing/registry repository for vpkg, an alternative package manager for V.

Adding packages to the list

To add packages, simply fork this repository, edit registry.json, and create a pull request.

registry.json

registry.json is a JSON file containing an array of objects. Each package object should have the following fields.

  • name - Name of the package
  • url - URL to be used to retrieve the package.
  • method - The method of the download of downloading the package. (vpkg supports git, hg, and svn)
  • vpm - Name of the package submitted to the VPM registry. (If you haven't submitted it yet, you can just take the Github username and the name of your module and put a dot in between as your VPM package name.)

Requirements

For your pull request to have more chances of getting accepted into the registry, your package must be compliant with the set of rules listed below:

  • It must be tested on the latest version of V.

Including package manifest files (like v.mod and vpkg.json) into the modules/package is optional but is highly recommended if your packages include additional dependencies as well as additional metadata like a version number for better tracking/updating of packages.

Updating package information

There are some cases wherein a package gets updated (e.g renaming a package name) for various reasons. And updating it has the same process as submitting a package to the registry. However, the new information must not conflict with other packages so be sure to verify it before submitting it.

We highly encourage to finalize everything before submitting it to the registry to avoid unnecessary edits.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].