package base32

  1. Overview
  2. No Docs
Base32 encoding for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-base32-v1.0.0.tar.gz
md5=04f0113150261bae2075381c18c6e60c
sha512=4c07480b52d84619befe6d898ba6d771f633383c57a636f13f525e74f9f4fe90442fb7de0d1581626576925010bd3bf227bbf81ee75a85288b04c5eee827014b

Description

Base32 is a binary-to-text encoding that represents binary data in an ASCII string format by translating it into a radix-32 representation. It is specified in RFC 4648. This library provides an OCaml implementation of Base32.

Published: 14 Jun 2022

Dependencies (2)

  1. ocaml >= "4.04.0"
  2. dune >= "2.7"

Dev Dependencies (4)

  1. odoc with-doc
  2. qcheck-alcotest with-test
  3. qcheck with-test
  4. alcotest with-test

Used by (1)

  1. eris

Conflicts

None