package carton-miou

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

carton-1.2.0.tbz
sha256=7233406fc976184da8c1002f8a6d38beaf9a29968f8ce968d5175f39f777f594
sha512=9bd1cea6811e31ed8b7d1dc7b4ab2ddbe8f481402a340a3578c247c080d567f9cc97c164fd459c1c0a24cd9acb0852d99d70ba5fffef0ba6fac6af6d3e0ddbbc

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