opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
remove: [[make "uninstall"]]
install: [make "install" "INSTALL_DIR=%{prefix}%/share/tuareg"]
synopsis: "OCaml mode for GNU Emacs and XEmacs."
description: """
Tuareg handles automatic indentation of OCaml and Camllight codes.
Key parts of the code are highlighted using Font-Lock.  Support to run
an interactive OCaml toplevel and debugger is provided."""
depends: ["ocaml" "conf-emacs"]
url {
  src:
    "https://download.ocamlcore.org/tuareg/tuareg/2.0.7/tuareg-2.0.7.tar.gz"
  checksum: "md5=01fa65f62fc148736b3d0a4969630fa5"
}
