Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the Bigarray module.
Cstruct is a library and syntax extension to make it easier to access C-like structures directly from OCaml. It supports both reading and writing to these structures, and they are accessed via the Bigarray module.
To install ocaml-cstruct, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-cstruct
To see what files were installed by ocaml-cstruct, run:
port contents ocaml-cstruct
To later upgrade ocaml-cstruct, run:
sudo port selfupdate && sudo port upgrade ocaml-cstruct
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.