package carton-miou

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

carton-1.3.0.tbz
sha256=0e709c06a5aeb2e6dea3282107167e143b9c22bc528ed75a8150067dbd8f957b
sha512=a1e2129b929f4dee96f8eabace173a57987a42657089135193a5f496088ba5e8fb2c620c4276a7385d2d97da4bbada5fb6790e230ade3b50df2d351bcde739a2

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