Camomile is a Unicode library for OCaml. It provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more.
Camomile is a Unicode library for OCaml. It provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more.
To install ocaml-camomile, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-camomile
To see what files were installed by ocaml-camomile, run:
port contents ocaml-camomile
To later upgrade ocaml-camomile, run:
sudo port selfupdate && sudo port upgrade ocaml-camomile
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.