base64version

Base64 encoding and decoding library

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.

AuthorsThomas Gazagnaire, Anil Madhavapeddy and Peter Zotov
LicenseISC
Published
Homepagehttps://github.com/mirage/ocaml-base64
Issue Trackerhttps://github.com/mirage/ocaml-base64/issues
Maintainermirageos-devel@lists.xenproject.org
Dependencies
Source [http] https://github.com/mirage/ocaml-base64/archive/v2.0.0.tar.gz
md5=52b9736839c83cf88a9fb1373cf2e35c
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/base64/base64.2.0.0/opam
Required by