package base64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Base64 encoding for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
base64-3.5.2.tbz
sha256=b3f5ce301aa72c7032ef90be2332d72ff3962922c00ee2aec6bcade187a2f59b
sha512=82148a1fefec9493aaeac032c8d46b9548369d7fd90a57865e009a32c8a0eef950f0f8dbb52b74bb46880a590a0b49f2daa7ab4857233734aee8e383f5a164ec
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 4648.
Published: 22 Sep 2025
README
Base64 for OCaml
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 4648.
See also documentation.
Example
Simple encoding and decoding.
utop # #require "base64";;
utop # let enc = Base64.encode_exn "OCaml rocks!";;
val enc : string = "T0NhbWwgcm9ja3Mh"
utop # let plain = Base64.decode_exn enc;;
val plain : string = "OCaml rocks!"License
-
async_smtp
>= "v0.13.0" - awa
-
aws
>= "1.2" -
aws-s3
>= "4.3.0" - awsm
- azblob
- azure-cosmos-db
- benchpress
- benchpress-server
- biocaml
- bistro
-
bonsai
>= "v0.16.0" - builder
- caldav
- capnp-rpc-net
- capnp-rpc-unix
-
carton
< "1.0.0" -
carton-lwt
< "1.0.0" -
cohttp
>= "2.4.0" - cohttp_async_websocket
-
colombe
< "0.2.0" - conex-mirage-crypto
-
content_security_policy
>= "v0.17.0" - current_github
- current_web
-
decompress
>= "1.1.0" - diffast-core
- diffast-misc
- dkim
-
dns
< "4.4.1" | >= "6.3.0" - dns-server
- dns-tsig
- dnssec
-
dose3
>= "6.1" -
dream
< "1.0.0~alpha3" -
dream-httpaf
< "1.0.0~alpha4" - dream-pure
-
email_message
>= "v0.13.0" -
emile
>= "0.4" -
eqaf
>= "0.7" - extism-manifest
-
extprot
>= "1.7.0" -
ezjs_push
>= "0.2" -
forester
>= "4.3.0" - frenetic
-
git
>= "3.2.0" -
git-kv
>= "0.2.0" - git-mirage
-
git-unix
>= "3.2.0" -
graphql-cohttp
>= "0.9.0" -
guardian
< "0.0.5" -
h1
>= "1.1.0" -
h2
>= "0.5.0" - http-lwt-client
- httpun-ws
-
hvsock
>= "2.0.0" -
irc-client
>= "0.7.0" -
irmin
< "2.7.1" - irmin-indexeddb
- jose
- jsonschema
- jupyter
-
jwto
>= "0.2.0" - kittyimg
-
ldap
>= "2.5.2" - learn-ocaml
- learn-ocaml-client
- letsencrypt
- links
- liquid_std
-
melange
< "0.3.1" | = "1.0.0" - meldep
-
memtrace_viewer
< "v0.15.0" - monorobot
- mrmime
- multibase
- multipart_form
-
naboris
>= "0.1.3" -
ocaml-protoc-plugin
>= "6.1.0" - ojs-base
- ojs_filetree
-
opam-client
>= "2.1.4" -
opium
>= "0.19.0" -
opium_kernel
= "0.17.1" - otoggl
- otr
- ozulip
- pbrt_yojson
-
pgx_async
>= "1.0" - pgx_lwt_unix
-
pgx_unix
>= "1.0" -
piqilib
>= "0.6.15" - plist-xml
- plotkicadsch
- prettym
- quill
- repr
- rpclib
-
sail
< "0.15" - sail_doc_backend
- sail_ocaml_backend
- savvy
-
sendmail
>= "0.2.0" -
session
>= "0.5.0" - sherlodoc
- slipshow
- smaws-lib
- sodium-fmt
-
soupault
>= "2.3.0" - spoke
- vercel
-
virtual_dom
>= "v0.16.0" - webauthn
-
websocket
>= "2.13" - websocketaf
-
x509
>= "0.11.2"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page