package carton-git

  1. Overview
  2. Docs
Implementation of PACK file in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

carton-carton-v0.4.3.tbz
sha256=f9c992b84235a32da3b756f42b2b3d3136b306415b0d4f4f259d07738a6ee963
sha512=4a52483100b4f16a66c248116b7e53528a52b20b4743d26d94463cc711ed04e0fc3215119ce9b0cb75c2f822667e0853102bff4bc7740170f816674862d18b9a

doc/carton-git.unix/Carton_git_unix/Store/index.html

Module Carton_git_unix.StoreSource

Sourcetype 'a rd = < rd : unit.. > as 'a
Sourcetype 'a wr = < wr : unit.. > as 'a
Sourcetype 'a mode =
  1. | Rd : < rd : unit > mode
  2. | Wr : < wr : unit > mode
  3. | RdWr : < rd : unit ; wr : unit > mode
Sourcetype t = Fpath.t
Sourcetype uid = Fpath.t
Sourcetype error = [
  1. | `Not_found of Fpath.t
]
Sourcetype +'a fiber = 'a Lwt.t
Sourceval pp_error : error Fmt.t
Sourceval create : ?trunc:bool -> mode:'a mode -> t -> uid -> ('a fd, error) result fiber
Sourceval map : t -> 'm rd fd -> pos:int64 -> int -> Bigstringaf.t
Sourceval close : t -> 'm fd -> (unit, error) result fiber
Sourceval list : t -> uid list fiber
Sourceval length : 'm fd -> int64 fiber
OCaml

Innovation. Community. Security.