LibRepo
@Js
const mixin LibRepo
Library repository is a database of Xeto libs. A repository might provide access to multiple versions per library. This is the base class for LocalRepo and RemoteRepo. Use XetoEnv.repo to get the VM's local repo used to build namespaces. Use XetoEnv.remoteRepos to query configured cloud based repositoriesthat can be used to install to the local repo.
Is this the local repo used to build namespaces
Is this a remote repo used to install to the local
Metadata for repo
Programmatic name for this repo
Uri for this repo
abstract Bool isLocal()
Is this the local repo used to build namespaces
abstract Bool isRemote()
Is this a remote repo used to install to the local
abstract Dict meta()
Metadata for repo
abstract Str name()
Programmatic name for this repo. Name is always a valid tag name. The name "local" is reserved for the LocalRepo instance.
abstract Uri uri()
Uri for this repo