Internet protocols and helper data structures for OCaml.
Internet protocols (http, cgi, email etc.) and helper data structures (mail messages, character sets, etc.) Ocamlnet implements a number of Internet protocols (http client & server, cgi and cgi variants, SunRPC, FTP, POP, SMTP) and is a strong base for web and Internet programming.
Internet protocols (http, cgi, email etc.) and helper data structures (mail messages, character sets, etc.) Ocamlnet implements a number of Internet protocols (http client & server, cgi and cgi variants, SunRPC, FTP, POP, SMTP) and is a strong base for web and Internet programming.
To install ocaml-ocamlnet, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-ocamlnet
To see what files were installed by ocaml-ocamlnet, run:
port contents ocaml-ocamlnet
To later upgrade ocaml-ocamlnet, run:
sudo port selfupdate && sudo port upgrade ocaml-ocamlnet
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.