package carton

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

carton-1.1.0.tbz
sha256=f7d8bf836b5ae2c7d72b72460f1319a176351923b446395f6551906d3a273628
sha512=534b12ec8ba73d135dc8242d49cdac064414cf6c2257d6aac30b163697c676b9f5571ba85dec2af5116693e4520fb9bc97bc20f2356b05bc39817eea50a175d8

doc/carton/Carton/Value/index.html

Module Carton.ValueSource

Sourcetype t
Sourceval kind : t -> Kind.t
Sourceval bigstring : t -> Bstr.t
Sourceval source : t -> Bstr.t
Sourceval with_source : t -> source:Bstr.t -> t
Sourceval string : t -> string
Sourceval length : t -> int
Sourceval depth : t -> int
Sourceval blob : t -> Blob.t
Sourceval flip : t -> t
Sourceval make : kind:Kind.t -> ?depth:int -> Bstr.t -> t
Sourceval of_string : kind:Kind.t -> ?depth:int -> string -> t
Sourceval of_blob : kind:Kind.t -> length:int -> ?depth:int -> Blob.t -> t
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.