Base64 encoding and decoding in OCaml
Browse cluster: OCaml Systems and Utilities →ocaml-base64 is a library that provides base64 encoding and decoding functionality in OCaml, implementing the binary-to-text encoding scheme specified in RFC 4648. The project is built in OCaml and offers simple functions for converting between binary data and ASCII string representations, as demonstrated through straightforward encode and decode operations.