package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hxd-0.3.2.tbz
sha256=a00290abb8538e79b32ddc22ed9b301b9806bc4c03eb1e5105b14af47dabec9f
sha512=1340fc747ef88b679e08e0b63f7b33f9ff6b7c5a03a03a029ba45be4f8837ebe22dc784e4e692074bfcc961b8709af9f586ed9f92bc936ae46bac0724c7b7a23

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.