wasm-posix-host
    Preparing search index...

    Interface HomebrewLinkManifest

    interface HomebrewLinkManifest {
        arch: HomebrewBottleArch;
        bottle: {
            bytes: number;
            cache_key_sha: string;
            payload_root: string;
            sha256: string;
            url: string;
        };
        cellar: string;
        env: { PATH_prepend?: string[] };
        kandelo_abi: number;
        keg: string;
        links: HomebrewLinkEntry[];
        package: string;
        prefix: string;
        receipts: string[];
        schema: 1;
        version: string;
    }
    Index

    Properties

    bottle: {
        bytes: number;
        cache_key_sha: string;
        payload_root: string;
        sha256: string;
        url: string;
    }
    cellar: string
    env: { PATH_prepend?: string[] }
    kandelo_abi: number
    keg: string
    package: string
    prefix: string
    receipts: string[]
    schema: 1
    version: string