opam-version: "2.0"
maintainer: "Christophe.Troestler@umons.ac.be"
authors: [
  "Albert Cohen <Albert.Cohen@prism.uvsq.fr>"
  "Sam Steingold <sds@gnu.org>"
  "Christophe Troestler <Christophe.Troestler@umons.ac.be>"
  "Stefan Monnier <monnier@iro.umontreal.ca>"
]
homepage: "https://forge.ocamlcore.org/projects/tuareg/"
bug-reports: "https://forge.ocamlcore.org/tracker/?group_id=43"
dev-repo: "git+https://github.com/ocaml/tuareg.git"
build: [
  [make "tuareg-site-file.el"]
]
depends: ["ocaml" "caml-mode" "conf-emacs"]
post-messages: "
If you have not yet done so, please add in ~/.emacs.d/init.el or
in ~/.emacs to following line:
    (load \"%{share}%/emacs/site-lisp/tuareg-site-file\")
" {success & !user-setup:installed}
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."""
url {
  src:
    "https://github.com/ocaml/tuareg/releases/download/2.0.9/tuareg-2.0.9.tar.gz"
  checksum: "md5=142ed5dbefa2dbf4128aff3bdeed9f14"
}
