Parsing and printing of S-expressions in Canonical form
This library provides minimal support for Canonical S-expressions. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.
This library provides minimal support for Canonical S-expressions. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs.
To install ocaml-csexp, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-csexp
To see what files were installed by ocaml-csexp, run:
port contents ocaml-csexp
To later upgrade ocaml-csexp, run:
sudo port selfupdate && sudo port upgrade ocaml-csexp
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.