package carton-miou

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Carton_miou_fluxSource

Sourcetype entry = [
  1. | `Number of int
  2. | `Inflate of (Carton.Kind.t * int) option * string
  3. | `Entry of Carton.First_pass.entry
  4. | `Hash of string
]
Sourceval first_pass : digest:Carton.First_pass.digest -> ref_length:int -> (string, entry) Flux.flow
Sourceval entries : ?threads:int -> 'fd Carton.t -> Carton.oracle -> (Carton.Value.t * int * Carton.Uid.t) Flux.source