wasm-posix-host
    Preparing search index...

    Interface HomebrewBottleDescriptor

    Public materialization facts for exactly one Homebrew bottle.

    This deliberately has no publisher, campaign, source, workflow, or release provenance: those records are not inputs to flat VFS materialization.

    interface HomebrewBottleDescriptor {
        arch: HomebrewBottleArch;
        bottleRebuild: number;
        bottleTag: string;
        bytes: number;
        cellar: string;
        compression: "gzip";
        dependencies: HomebrewBottleDependencyIdentity[];
        fullName: string;
        kandeloAbi: number;
        keg: string;
        layout: "kandelo-homebrew-v1";
        links: HomebrewLinkEntry[];
        materialization: "keg" | "homebrew-runtime-support-v1";
        name: string;
        pathPrepend: string[];
        payloadRoot: string;
        prefix: string;
        receipts: string[];
        revision: number;
        schema: 1;
        sha256: string;
        supportOutputs: HomebrewBottleSupportOutput[];
        url: string;
        version: string;
    }
    Index

    Properties

    bottleRebuild: number
    bottleTag: string
    bytes: number
    cellar: string
    compression: "gzip"
    fullName: string
    kandeloAbi: number
    keg: string
    layout: "kandelo-homebrew-v1"
    materialization: "keg" | "homebrew-runtime-support-v1"
    name: string
    pathPrepend: string[]
    payloadRoot: string
    prefix: string
    receipts: string[]
    revision: number
    schema: 1
    sha256: string
    supportOutputs: HomebrewBottleSupportOutput[]
    url: string
    version: string