wasm-posix-host
    Preparing search index...

    Interface HomebrewVfsPackageReport

    interface HomebrewVfsPackageReport {
        arch: string;
        bytes: number;
        cache_key_sha: string;
        keg: string;
        link_manifest: string;
        links: string[];
        metadata_status: string;
        name: string;
        prefix: string;
        receipts: string[];
        sha256: string;
        source_status: "success" | "fallback";
        staged_directories: number;
        staged_files: number;
        staged_symlinks: number;
        url: string;
        version: string;
    }
    Index

    Properties

    arch: string
    bytes: number
    cache_key_sha: string
    keg: string
    link_manifest: string
    links: string[]
    metadata_status: string
    name: string
    prefix: string
    receipts: string[]
    sha256: string
    source_status: "success" | "fallback"
    staged_directories: number
    staged_files: number
    staged_symlinks: number
    url: string
    version: string