Dependency

Format for dependencies received from a task over a pipe.

Members

Variables

checksum
ubyte[32] checksum;

SHA-256 checksum of the contents of the resource. If unknown or not computed, this should be set to 0. In such a case, the parent build system will compute the value when needed.

length
uint length;

Length of the name.

name
char[0] name;

Name of the resource that can be used to lookup the data. Length is given by the length member.

status
uint status;

Status of the resource.

Meta