package carton

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

carton-1.4.0.tbz
sha256=431e7df0e1c25209e502bec2125218921ce2652390d82c4fbd973655814ac247
sha512=f0dafcb8b175605164f2b177f3e4cb22485abdfadb2c36178c81e838c76e28d3a038d63ecbe2c649bbd70c1520ea81db954b9af0bd531b11a8ec08c25a60e95a

doc/carton.classeur/Classeur/module-type-UID/index.html

Module type Classeur.UIDSource

Sourcetype t
Sourcetype ctx
Sourceval empty : ctx
Sourceval feed : ctx -> ?off:int -> ?len:int -> Bstr.t -> ctx
Sourceval get : ctx -> t
Sourceval compare : t -> t -> int
Sourceval length : int
Sourceval to_raw_string : t -> string
Sourceval pp : Format.formatter -> t -> unit