package carton-miou

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

doc/carton-miou.cli/Carton_cli/index.html

Module Carton_cliSource

Sourceval error_msgf : ('a, Format.formatter, unit, ('b, [> `Msg of string ]) result) format4 -> 'a
Sourceval (%) : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval output_options : string
Sourceval verbosity : Logs.level option Cmdliner.Term.t
Sourceval utf_8 : bool Cmdliner.Term.t
Sourceval setup_logs : bool Cmdliner.Term.t
Sourceval docs_hexdump : string
Sourceval colorscheme : Hxd.colorscheme
Sourceval cols : int option Cmdliner.Term.t
Sourceval groupsize : int option Cmdliner.Term.t
Sourceval len : int option Cmdliner.Term.t
Sourceval uppercase : bool Cmdliner.Term.t
Sourcetype signature = [
  1. | `SHA1
  2. | `SHA256
  3. | `SHA512
  4. | `SHA3_256
  5. | `SHA3_512
  6. | `BLAKE2B
]
Sourceval signature : [ `BLAKE2B | `SHA1 | `SHA256 | `SHA3_256 | `SHA3_512 | `SHA512 ] Cmdliner.Term.t
Sourceval width : int option Cmdliner.Term.t
Sourceval pack : [ `Idx of Fpath.t * Fpath.t | `Pack of Fpath.t ] Cmdliner.Arg.conv
Sourceval getpagesize : unit -> int
Sourceval default_domains : int
Sourceval threads : int Cmdliner.Term.t
Sourceval pagesize : int Cmdliner.Term.t