wasm-posix-host
    Preparing search index...

    Interface HomebrewRuntimeLayerBasePackageSourceIdentity

    Canonical package-output identity projected from the already parsed lower image receipt. The lazy-layer builder remains responsible for verifying the receipt hashes and the exact bottle identities in its composition.

    interface HomebrewRuntimeLayerBasePackageSourceIdentity {
        kind: "kandelo-package-output";
        output: { name: string };
        package: { name: string };
        schema: 1;
    }
    Index

    Properties

    kind: "kandelo-package-output"
    output: { name: string }
    package: { name: string }
    schema: 1