A library for building RPC-style protocols. This library is the portable part of the Unix-oriented Async_rpc library, and is actively used in JavaScript.
A library for building RPC-style protocols. This library is the portable part of the Unix-oriented Async_rpc library, and is actively used in JavaScript.
To install ocaml-async_rpc_kernel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-async_rpc_kernel
To see what files were installed by ocaml-async_rpc_kernel, run:
port contents ocaml-async_rpc_kernel
To later upgrade ocaml-async_rpc_kernel, run:
sudo port selfupdate && sudo port upgrade ocaml-async_rpc_kernel
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.