hexversion

Minimal library providing hexadecimal converters.

#require "hex";;
# Hex.of_string "Hello world!";;
- : Hex.t = "48656c6c6f20776f726c6421"
# Hex.to_string "dead-beef";;
- : string = "ޭ��"
# Hex.hexdump (Hex.of_string "Hello world!\n")
00000000: 4865 6c6c 6f20 776f 726c 6421 0a        Hello world!.
- : unit = ()
AuthorsThomas Gazagnaire and Trevor Summers Smith
LicenseISC
Published
Homepagehttps://github.com/mirage/ocaml-hex
Issue Trackerhttps://github.com/mirage/ocaml-hex/issues
Maintainerthomas@gazagnaire.org
Dependencies
Source [http] https://github.com/mirage/ocaml-hex/releases/download/v1.1.1/hex-1.1.1.tbz
md5=d09ddf79b977aaa70ae8c6a7a953d54e
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/hex/hex.1.1.1/opam
Required by