           SPELL=ocaml-sha
         VERSION=1.13
          SOURCE="sha-v$VERSION.tbz"
        WEB_SITE="https://github.com/djs55/ocaml-sha"
   SOURCE_URL[0]="$WEB_SITE/releases/download/v$VERSION/$SOURCE"
     SOURCE_HASH=sha512:3cdb2e4d695b19d0f4119637898d83ac38d63c3c958f0681f216b83cef36f487d72daa4860ecb2b28c124a97e64fc0fc8258143b6127765ebe610d298fd69f2c
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SOURCE%.tbz}"
      LICENSE[0]="ISC"
         ENTERED=20210107
        KEYWORDS=""
           SHORT="Binding to the SHA cryptographic functions"
cat << EOF
This is the binding for SHA interface code in OCaml. Offering the same
interface than the MD5 digest included in the OCaml standard library. It's
currently providing SHA1, SHA256 and SHA512 hash functions.
EOF
