package user-setup

  1. Overview
  2. Docs
Helper for the configuration of editors for the use of OCaml tools

Install

Dune Dependency

Authors

Maintainers

Sources

0.7.tar.gz
md5=ef0fedc240cd6b852ebc143d4115edaf

Description

This tool knows about several editors, and several OCaml editing tools existing as opam packages. It automates the configuration of these editors, providing base templates when appropriate, and suitably installing the editing tools in the editor's configuration.

For example, it will configure your emacs or Vim to indent OCaml files using ocp-indent if you have that installed.

Opam-user-setup is designed to be suitable both to beginners not wanting to be bothered with configuration files, and to people who manage them carefully.

It's customisable and reversible.

Tags

org:ocamlpro

Published: 31 May 2018

Dependencies (5)

  1. re
  2. cmdliner
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "3.12.1"

Dev Dependencies

None

Used by

None

Conflicts

None