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-v3.1.0.tbz
sha256=48dc1d7133bbcbc17dd71db6763ce289367cf54a38a170c0439ee9e61fc6556f
md5=9847073feb4272e513d8c832904e1af7
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: 03 Feb 2019
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 = B64.decode_exn enc;;
val plain : string = "OCaml rocks!"License
Dependencies (3)
-
dune
>= "1.0.1" - base-bytes
-
ocaml
>= "4.03.0"
Used by (88)
-
async_smtp
>= "v0.13.0" & < "v0.15.0" - awa
-
aws
>= "1.2" -
aws-s3
>= "4.3.0" - awsm
- azblob
-
azure-cosmos-db
< "0.2.0" - benchpress
- benchpress-server
- biocaml
- bistro
- builder
- caldav
- capnp-rpc-net
- capnp-rpc-unix
-
carton
< "1.0.0" -
cohttp
>= "2.4.0" -
colombe
< "0.2.0" -
current_git
>= "0.7.3" - current_web
-
decompress
>= "1.1.0" - diffast-core
-
diffast-misc
!= "0.3.5.1" - dkim
-
dns
< "4.4.1" - 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" & < "v0.15.0" -
emile
>= "0.4" -
eqaf
>= "0.7" -
extprot
>= "1.7.0" -
git
>= "3.2.0" -
git-unix
>= "3.2.0" -
graphql-cohttp
>= "0.9.0" -
h2
>= "0.5.0" - http-lwt-client
- httpun-ws
-
hugin
>= "1.0.0~alpha2" -
hvsock
>= "2.0.0" -
irc-client
>= "0.7.0" -
irmin
< "2.7.1" - irmin-indexeddb
- jsonschema
-
jwto
>= "0.2.0" - kittyimg
-
ldap
>= "2.5.2" - learn-ocaml
- learn-ocaml-client
- links
-
melange
< "0.3.1" | = "1.0.0" - meldep
- monorobot
- mrmime
- multipart_form
-
ocaml-protoc-plugin
>= "6.1.0" -
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" - plotkicadsch
- prettym
- quill
- repr
-
sail
< "0.15" - sail_doc_backend
- sail_ocaml_backend
-
sendmail
>= "0.2.0" -
session
>= "0.5.0" - slipshow
-
soupault
>= "2.3.0" - spoke
- vercel
- webauthn
-
websocket
= "2.13" - websocketaf
-
x509
>= "0.11.2" & < "0.16.5"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page