vlang / vinix

Vinix is an effort to write a modern, fast, and useful operating system in the V programming language
https://vlang.io
GNU General Public License v2.0
1.89k stars 120 forks source link

package manager #142

Open WillTheCodeWork opened 1 month ago

WillTheCodeWork commented 1 month ago

Something that lets us download packages from a repository would be nice. Probably the best way to do this is to take something like apt and rewrite it in V, so you don't have to worry about a limited selection of packages, a search utility, or server hosting.