Skip to content

Dep

[Source]

Encapsulation of a dependency within a Bundle, encompassing both dep and lock data and coordinated operations.

class ref Dep

Constructors

create

[Source]

new ref create(
  bundle': Bundle box,
  data': DepData box,
  lock': LockData ref)
: Dep ref^

Parameters

Returns


Public fields

let bundle: Bundle box

[Source]


let data: DepData box

[Source]


let lock: LockData ref

[Source]


let locator: Locator val

[Source]


Public Functions

name

[Source]

fun box name()
: String val

Returns


repo

[Source]

fun box repo()
: String val

Returns


flat_repo

[Source]

fun box flat_repo()
: String val

Returns


version

[Source]

fun box version()
: String val

Returns


revision

[Source]

fun box revision()
: String val

Returns


vcs

[Source]

fun box vcs()
: String val

Returns