package base64

  1. Overview
  2. Docs
Base64 encoding and decoding library

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.0.tar.gz
sha256=029b6a7af1493a077dc25c8e0f3534e5f5ff6e4260e3998a9ca3850fb7238c2c
md5=52b9736839c83cf88a9fb1373cf2e35c

Description

Base64 is a group of similar binary-to-text encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. It is specified in RFC 2045.

From version 2.0 upwards, the module name is called B64 to avoid clashing with other libraries such as extlib that use the Base64 toplevel name.

Published: 24 Dec 2014

Dependencies (4)

  1. ocamlbuild build
  2. base-bytes
  3. ocamlfind build
  4. ocaml < "5.0"

Dev Dependencies

None

Conflicts

None

OCaml

Innovation. Community. Security.