sedlex is a lexer generator for OCaml, similar to ocamllex. Unlike ocamllex, sedlex supports Unicode, and lexer specifications are embedded in regular OCaml source files.
sedlex is a lexer generator for OCaml, similar to ocamllex. Unlike ocamllex, sedlex supports Unicode, and lexer specifications are embedded in regular OCaml source files.
To install ocaml-sedlex, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-sedlex
To see what files were installed by ocaml-sedlex, run:
port contents ocaml-sedlex
To later upgrade ocaml-sedlex, run:
sudo port selfupdate && sudo port upgrade ocaml-sedlex
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.