package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

hxd-0.3.4.tbz
sha256=8e8afc28b52f1ea82ddfb0e787725107f78c21849ebd5cc6101b2f1b8aae0e62
sha512=adfc77c88cce6212472b92fbd1d00077f61241a1358dc8784780dd34b29fe8a26a00c85b28692df28633694e576e98fdd9e25ea31de4be7a25dedb25ce3029dd

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.