package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

hxd-v0.3.1.tbz
sha256=1c226c91e17cd329dec0c287bfd20f36302aa533069ff9c6ced32721f96b29bc
sha512=93ff909eb519f750794684dcb050bdf51d271652dcea5501654e63b6ac17b79a85981f984a2e1a6db963240de594f21dde4dc541ef8e5873b906fa50d4ef803b

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

Module Hxd.FmtSource

Sourcetype standard = [
  1. | `Black
  2. | `Red
  3. | `Green
  4. | `Yellow
  5. | `Blue
  6. | `Magenta
  7. | `Cyan
  8. | `White
]
Sourcetype bright = [
  1. | `Bright of standard
]
Sourcetype bit8 = [
  1. | `bit8 of int * int * int
]
Sourcetype bit24 = [
  1. | `bit24 of int * int * int
]
Sourcetype grayscale = [
  1. | `Grayscale of int
]
Sourcetype style = [
  1. | `None
  2. | `Style of [ `Fg | `Bg ] * [ standard | bright | bit8 | bit24 | grayscale ]
]
Sourceval set_style_renderer : Format.formatter -> [ `Ansi | `None ] -> unit

set_style_renderer ppf mode sets the style renderer of ppf to mode.

OCaml

Innovation. Community. Security.