package base64

  1. Overview
  2. Docs
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

ISC

Dependencies (2)

  1. dune >= "2.3"
  2. ocaml >= "4.07.0"

Dev Dependencies (4)

  1. alcotest with-test
  2. rresult with-test
  3. bos with-test
  4. fmt with-test & >= "0.8.7"

  1. async_smtp >= "v0.13.0"
  2. awa
  3. aws >= "1.2"
  4. aws-s3 >= "4.3.0"
  5. awsm
  6. azblob
  7. azure-cosmos-db
  8. benchpress
  9. benchpress-server
  10. biocaml
  11. bistro
  12. bonsai >= "v0.16.0"
  13. builder
  14. caldav
  15. capnp-rpc-net
  16. capnp-rpc-unix
  17. carton < "1.0.0"
  18. carton-lwt < "1.0.0"
  19. codex
  20. cohttp >= "2.4.0"
  21. cohttp_async_websocket
  22. colombe < "0.2.0"
  23. conex-mirage-crypto
  24. content_security_policy >= "v0.17.0"
  25. current_git >= "0.7.3"
  26. current_github
  27. current_web
  28. decompress >= "1.1.0"
  29. diffast-core
  30. diffast-misc
  31. dkim
  32. dns < "4.4.1" | >= "6.3.0"
  33. dns-server
  34. dns-tsig
  35. dnssec
  36. dose3 >= "6.1"
  37. dream < "1.0.0~alpha3"
  38. dream-httpaf < "1.0.0~alpha4"
  39. dream-pure
  40. email_message >= "v0.13.0"
  41. emile >= "0.4"
  42. eqaf >= "0.7"
  43. extism-manifest
  44. extprot >= "1.7.0"
  45. ezjs_push >= "0.2"
  46. forester >= "4.3.0"
  47. frenetic
  48. git >= "3.2.0"
  49. git-kv >= "0.2.0"
  50. git-mirage
  51. git-unix >= "3.2.0"
  52. graphql-cohttp >= "0.9.0"
  53. guardian < "0.0.5"
  54. h1 >= "1.1.0"
  55. h2 >= "0.5.0"
  56. http-lwt-client
  57. httpun-ws
  58. hugin >= "1.0.0~alpha2"
  59. hvsock >= "2.0.0"
  60. irc-client >= "0.7.0"
  61. irmin < "2.7.1"
  62. irmin-indexeddb
  63. jose
  64. jsonschema
  65. jupyter
  66. jwto >= "0.2.0"
  67. kittyimg
  68. ldap >= "2.5.2"
  69. learn-ocaml
  70. learn-ocaml-client
  71. letsencrypt
  72. links
  73. liquid_std
  74. melange < "0.3.1" | = "1.0.0"
  75. meldep
  76. memtrace_viewer < "v0.15.0"
  77. monorobot
  78. mrmime
  79. multibase
  80. multipart_form
  81. naboris >= "0.1.3"
  82. ocaml-protoc-plugin >= "6.1.0"
  83. ojs-base
  84. ojs_filetree
  85. opam-client >= "2.1.4"
  86. opium >= "0.19.0"
  87. opium_kernel = "0.17.1"
  88. otoggl
  89. otr
  90. ozulip
  91. pbrt_yojson
  92. pgx_async >= "1.0"
  93. pgx_lwt_unix
  94. pgx_unix >= "1.0"
  95. piqilib >= "0.6.15"
  96. plist-xml
  97. plotkicadsch
  98. polymarket
  99. prettym
  100. quill
  101. repr
  102. rpclib
  103. sail < "0.15"
  104. sail_doc_backend
  105. sail_ocaml_backend
  106. savvy
  107. sendmail >= "0.2.0"
  108. session >= "0.5.0"
  109. sherlodoc
  110. simple_httpd
  111. slipshow
  112. smaws-lib
  113. sodium-fmt
  114. soupault >= "2.3.0"
  115. spoke
  116. vercel
  117. virtual_dom >= "v0.16.0"
  118. webauthn
  119. websocket >= "2.13"
  120. websocketaf
  121. x509 >= "0.11.2"

Conflicts

None