qdbplang / qdbp

MIT License
50 stars 1 forks source link

Package manager #52

Open dghosef opened 9 months ago

dghosef commented 9 months ago

This means that the standard library must be in that package file

You can just include by repo name if you want. If two repos have the same name you can also lookup by username/repo

Where the packages are actually installed is an implementation detail but prolly for example the stdlist 1.0.0 package would be in

~/.qdbp/pkg/stdlist/1.0.0

In the package manifest you can specify any number of significant digits of the semantic version number and each time you update itll pick the most relevant one