opam-version: "1.2"
name: "tuareg"
version: "2.0.10"
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://github.com/ocaml/tuareg"
bug-reports: "https://github.com/ocaml/tuareg/issues"
dev-repo: "https://github.com/ocaml/tuareg.git"
build: [
  [make "tuareg-site-file.el"]
  [make "elc"] { os != "darwin" }
]
depopts: [
  "caml-mode"
  "merlin"
]
depexts: [
  [["debian"] ["emacs-nox"]]
  [["ubuntu"] ["emacs"]]
  [["centos"]["emacs-nox"]]
]
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\")
You should consider installing \"merlin\" (completion, displaying types,...)
or \"caml-mode\" (displaying types).
" {success & !user-setup:installed}
