package base64

  1. Overview
  2. Docs
Base64 encoding for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

base64-v3.5.0.tbz
sha256=589de9c00578ebfe784198ac9818d3586c474b2316b6cd3e1c46ccb1f62ae3a4
sha512=82efc76ca75717dbd533eac20845ca8731f535233f6a3e6081114d7e3dc7ee8367ded16f402ef05ad0bf1217a3a6224161c92b9467023e44fc7f3598a314a432

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: 09 Feb 2021

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 (3)

  1. base-bytes
  2. dune >= "2.0"
  3. ocaml >= "4.03.0"

Dev Dependencies (3)

  1. alcotest with-test
  2. rresult with-test
  3. bos with-test

  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 >= "0.10.0"
  11. bistro >= "0.5.0"
  12. bonsai >= "v0.16.0"
  13. builder
  14. caldav
  15. capnp-rpc-lwt >= "0.3.2" & < "0.5.0"
  16. capnp-rpc-mirage >= "0.3.3" & < "0.6.0"
  17. capnp-rpc-net
  18. capnp-rpc-unix >= "0.3.2"
  19. carton
  20. carton-lwt
  21. cohttp >= "2.0.0"
  22. cohttp_async_websocket
  23. colombe < "0.2.0"
  24. conex-mirage-crypto
  25. content_security_policy >= "v0.17.0"
  26. current_github >= "0.4"
  27. current_web >= "0.3"
  28. datakit-ci >= "0.12.3"
  29. decompress >= "1.1.0"
  30. dkim
  31. dns >= "1.1.1" & < "4.0.0" | >= "6.2.0"
  32. dns-server >= "4.6.3"
  33. dns-tsig >= "4.4.0"
  34. dnssec
  35. dose3 >= "6.1"
  36. dream < "1.0.0~alpha3"
  37. dream-httpaf
  38. dream-pure
  39. email_message >= "v0.13.0"
  40. emile >= "0.4"
  41. eqaf >= "0.7"
  42. extism-manifest
  43. extprot >= "1.7.0"
  44. ezjs_push >= "0.2"
  45. frenetic >= "5.0.5"
  46. git >= "3.0.0"
  47. git-mirage >= "3.7.1"
  48. git-unix >= "3.0.0"
  49. graphql-cohttp >= "0.9.0"
  50. guardian < "0.0.5"
  51. h2 >= "0.5.0"
  52. http-lwt-client
  53. hvsock >= "2.0.0"
  54. irc-client >= "0.7.0"
  55. irmin >= "2.0.0" & < "2.3.0"
  56. irmin-indexeddb >= "2.0"
  57. jose
  58. jupyter >= "2.5.0"
  59. jwto >= "0.2.0"
  60. kittyimg
  61. learn-ocaml
  62. learn-ocaml-client
  63. letsencrypt
  64. links >= "0.9"
  65. melange < "0.3.1" | = "1.0.0"
  66. meldep
  67. memtrace_viewer < "v0.15.0"
  68. monorobot
  69. mrmime
  70. multibase
  71. multipart_form
  72. naboris >= "0.1.3"
  73. ocaml-protoc-plugin >= "6.1.0"
  74. ojs-base >= "0.6.0"
  75. ojs_filetree
  76. opam-client >= "2.1.4"
  77. opium >= "0.19.0"
  78. opium_kernel = "0.17.1"
  79. otoggl
  80. otr >= "0.3.7"
  81. ozulip
  82. pbrt_yojson
  83. pgx_async >= "1.0"
  84. pgx_lwt_unix
  85. pgx_unix >= "1.0"
  86. piqilib >= "0.6.15"
  87. plist-xml
  88. plotkicadsch >= "0.5.0"
  89. prettym
  90. repr
  91. rpclib >= "7.1.0"
  92. sail < "0.15"
  93. sail_doc_backend
  94. sail_ocaml_backend
  95. sendmail >= "0.2.0"
  96. session >= "0.5.0"
  97. slipshow
  98. sodium-fmt
  99. soupault >= "2.3.0"
  100. spoke
  101. u2f
  102. vercel
  103. virtual_dom >= "v0.16.0"
  104. webauthn
  105. websocket >= "2.13"
  106. websocketaf
  107. x509 >= "0.10.0"

Conflicts

None

OCaml

Innovation. Community. Security.