branch: elpa/tuareg commit 978acff45e99f011896b7f4718b289dd5ea12998 Merge: 85472b109a 8326db5345 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Merge commit 'refs/pull/289/head' of github.com:/ocaml/tuareg into elpa/tuareg --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ab52f20999..98ed7ad2ec 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://melpa.org/#/tuareg) [](https://packages.debian.org/stable/elpa-tuareg) [](COPYING) -[](https://travis-ci.org/ocaml/tuareg) +[](https://github.com/ocaml/tuareg/actions?query=workflow%3Atest) Tuareg: an Emacs OCaml mode =========================== @@ -13,15 +13,15 @@ code, to highlight important parts of the code, to run an OCaml (also called *toplevel*), and to run the OCaml debugger within Emacs. -Contents +Package Contents -------- -`README.md` — This file. -`HISTORY` — Differences with previous versions. -`tuareg.el` — A major mode for editing OCaml code in Emacs. -`ocamldebug.el` — To run the OCaml debugger under Emacs. -`sample.ml` — Sample file to check the indentation engine. -`compilation.txt` — To check the compilation regexp `tuareg--error-regexp`. +- `README.md` — This file. +- `HISTORY` — Differences with previous versions. +- `tuareg.el` — A major mode for editing OCaml code in Emacs. +- `ocamldebug.el` — To run the OCaml debugger under Emacs. +- `sample.ml` — Sample file to check the indentation engine. +- `compilation.txt` — To check the compilation regexp `tuareg--error-regexp`. Install -------