          MODULE=ocaml-base64
         VERSION=3.5.1
          SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_URL_FULL=https://github.com/mirage/ocaml-base64/archive/refs/tags/v$VERSION.tar.gz
      SOURCE_VFY=sha256:f3e8b9be43567689064b419fa5eefd9c758f00b864e9f731a0dbc1b9fecfc768
        WEB_SITE=https://github.com/mirage/ocaml-base64
         ENTERED=20231202
         UPDATED=20231202
           SHORT="binary to text encoding schemes"

cat << EOF
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.
EOF
