Bos provides support for basic and robust interaction with the operating system in OCaml. It has functions to access the process environment, parse command line arguments, interact with the file system and run command line programs.
Bos provides support for basic and robust interaction with the operating system in OCaml. It has functions to access the process environment, parse command line arguments, interact with the file system and run command line programs.
To install ocaml-bos, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-bos
To see what files were installed by ocaml-bos, run:
port contents ocaml-bos
To later upgrade ocaml-bos, run:
sudo port selfupdate && sudo port upgrade ocaml-bos
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.