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-2.2.0.tbz
sha256=7dd9ad996ae22ef343c68a371de22de373e24dcadba6d12ffbc6bdd9a50fc94f
md5=49f2bc4ae37b832c652277c0b701a02a
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.
See also documentation.
Example
Simple encoding and decoding.
utop # #require "base64";;
utop # let enc = B64.encode "OCaml rocks!";;
val enc : string = "T0NhbWwgcm9ja3Mh"
utop # let plain = B64.decode enc;;
val plain : string = "OCaml rocks!"
License
Published: 20 Jun 2017
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 = B64.encode "OCaml rocks!";;
val enc : string = "T0NhbWwgcm9ja3Mh"
utop # let plain = B64.decode enc;;
val plain : string = "OCaml rocks!"License
Dependencies (3)
-
jbuilder
>= "1.0+beta10" - base-bytes
- ocaml
Used by (28)
-
async_smtp
< "v0.15.0" - azblob
- biocaml
- builder
- chatoyant
-
cohttp
< "2.4.0" - current_web
- diffast-core
-
email_message
< "v0.15.0" -
eqaf
>= "0.7" & < "0.10" -
extprot
>= "1.7.0" - jwt
-
jwto
< "0.2.0" - learn-ocaml
- learn-ocaml-client
- links
- macaroons
- miaou-driver-web
- ocaml-ai-sdk
-
opam-client
>= "2.1.4" & < "2.2.0" -
opium_kernel
< "0.18.0" - ozulip
-
piqilib
< "0.6.15" - prettym
-
quill
< "1.0.0~alpha2" -
slipshow
< "0.11.0" - vercel
-
websocket
< "2.13"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page