Hexadecimal converter
Browse cluster: OCaml Systems and Utilities →ocaml-hex is a minimal library for converting data to and from hexadecimal representation in OCaml. It provides functionality to encode strings as hex and decode hex values back to their original form, along with utilities like hexdump for displaying data in a human-readable hexadecimal format. The project is written in OCaml and appears to be part of the Mirage ecosystem based on its documentation and build infrastructure.