package hxd

  1. Overview
  2. Docs
Hexdump in OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

hxd-0.3.6.tbz
sha256=7a1df20c5dd01b7dd9b5ffe2de7216b5989652ab325175512327a269ddedf3b9
sha512=348065400d96135c637fc09da71c60b9e6a21285f536e6634d9a46a84beda8c93bfd635515103e29af9696ea155ed6926ffeaf65f6f86b2c8d970633603561bf

doc/hxd.lwt/Hxd_lwt/index.html

Module Hxd_lwtSource

Sourcetype input = unit -> (string * int * int) option Lwt.t
Sourcetype output = (string * int * int) option -> unit Lwt.t
Sourceval generate : Hxd.cfg -> input -> output -> Format.formatter -> unit Lwt.t