package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

hxd-0.3.3.tbz
sha256=4ede235296a5e2a2599776c8bceb4853c164ef7e573570a1edc68a4c0c90433e
sha512=39d42632ea7acc2e9418faefdef91085e420a03c3aa03e04e75f99c9d24a4deb96ff71ad948d208ce562077dd3f6f92f975dc7c006a97cd7eabc1e8a7f5381d0

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.