This package browser is in early development. Mind the rough edges.

emacs-caml 4.9

Caml mode for GNU Emacs

This package provides a major mode for editing OCaml code in Emacs. Some of its major features include:

  • syntax highlighting (font lock);

  • automatic indentation;

  • querying the type of expressions (using compiler generated annot files);

  • running an OCaml REPL within Emacs;

  • scanning of declarations and placing them in a menu.

Installation

Install emacs-caml 4.9 as follows:

guix install emacs-caml@4.9

Or install the latest version:

guix install emacs-caml

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.