Struct lal::Component [] [src]

pub struct Component {
    pub name: String,
    pub version: u32,
    pub tarball: String,
}

The basic definition of a component as it exists online

A component may have many build artifacts from many environments.

Fields

Name of the component

Version number

The raw URL of the tarball at the specified version number