Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Update packages to version #8

@bosley

Description

@bosley

Update how packages work so we can have multiple versions installed. Each package should have a "preferred version" that will exist in the package's directory in a config.saur

sauros_home
|
|--pkgs
       |
         \ net
             |-- config.saur
             |
             | v1.0.0/
             | v1.1.9/

The use command should take an extra optional string to specify the version to be used for the application:


[use "net" "v1.0.0"]

if The version doesn't exist, then we throw. 


Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions