package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

hxd-v0.2.0.tbz
sha256=3438fc2308d2d2161ba5c9463e7b4510683f361c4e7f0818e889315400ceced3
sha512=6df3e07c202792f0c029eabf4f48b1036feb61bcd26262741d2b1a8f22d457d60d0c05782b7fcf4ec39acc8fe077c6f4661a77a7497758dd6944691ad468e37a

doc/hxd.core/Hxd/O/index.html

Module Hxd.OSource

Sourcetype colorscheme
Sourceval colorscheme_of_array : Fmt.style array -> colorscheme
Sourceval lowercase : colorscheme -> Fmt.style -> unit
Sourceval uppercase : colorscheme -> Fmt.style -> unit
Sourceval digit : colorscheme -> Fmt.style -> unit
Sourceval code : colorscheme -> int -> Fmt.style -> unit
Sourcetype cfg
Sourceval xxd : ?cols:int -> ?groupsize:int -> ?long:int -> ?buffer_size:(int * int) -> ?uppercase:bool -> colorscheme -> cfg
Sourceval caml : ?with_comments:bool -> ?cols:int -> ?long:int -> ?buffer_size:(int * int) -> ?uppercase:bool -> [ `List | `Array ] -> cfg
Sourceval default : cfg
Sourceval o : cfg -> 's S.scheduler -> ('fi, bytes, 's, 'e) S.iflow -> ('fo, string, 's, 'e) S.oflow -> 'fi -> 'fo -> ('fi, 's, 'e) S.seek -> [ `Absolute of int | `Relative of int ] -> Format.formatter -> ((unit, 'e) result, 's) S.io
OCaml

Innovation. Community. Security.