OCaml binding to SHA interface code, providing SHA1, SHA256, and SHA512 hash functions with an interface compatible with OCaml's standard library MD5 digest.
OCaml binding to SHA interface code, providing SHA1, SHA256, and SHA512 hash functions with an interface compatible with OCaml's standard library MD5 digest.
To install ocaml-sha, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-sha
To see what files were installed by ocaml-sha, run:
port contents ocaml-sha
To later upgrade ocaml-sha, run:
sudo port selfupdate && sudo port upgrade ocaml-sha
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.