mirage/ocaml-hex

Hexadecimal converter

29

stars

102

commits

OCaml

primary language

May 31, 2025

updated

Browse cluster: OCaml Systems Programming & MirageOS

README

ocaml-hex -- a minimal library providing hexadecimal converters

Build Status docs

# #require "hex";;
# Hex.of_string "Hello world!";;
- : Hex.t = `Hex "48656c6c6f20776f726c6421"
# Hex.to_string (`Hex "deadbeef");;
- : string = "Þ­¾ï"
# Hex.hexdump (Hex.of_string "Hello world!\n")
00000000: 4865 6c6c 6f20 776f 726c 6421 0a         Hello world!.
- : unit = ()

Contributors

samoht

47 commits

avsm

21 commits

djs55

10 commits

mirage/ocaml-hex

Hexadecimal converter

29

stars

102

commits

OCaml

primary language

May 31, 2025

updated

Browse cluster: OCaml Systems Programming & MirageOS

README

ocaml-hex -- a minimal library providing hexadecimal converters

Build Status docs

# #require "hex";;
# Hex.of_string "Hello world!";;
- : Hex.t = `Hex "48656c6c6f20776f726c6421"
# Hex.to_string (`Hex "deadbeef");;
- : string = "Þ­¾ï"
# Hex.hexdump (Hex.of_string "Hello world!\n")
00000000: 4865 6c6c 6f20 776f 726c 6421 0a         Hello world!.
- : unit = ()

Contributors

samoht

47 commits

avsm

21 commits

djs55

10 commits

Languages

OCaml

98.4%

Makefile

1.4%