opam-version: "2.0" maintainer: "Christophe.Troestler@umons.ac.be" authors: [ "Damien Doligez" "Jacques Garrigue" "Xavier Leroy" "Didier Remy" "Ian T Zimmerman" ] homepage: "https://github.com/ocaml/ocaml" bug-reports: "http://caml.inria.fr/mantis/" license: "GPL-1.0-or-later" dev-repo: "git+https://github.com/ocaml/ocaml.git" install: [ [make "install" "EMACSDIR=%{share}%/emacs/site-lisp"] [make "install-ocamltags" "BINDIR=%{bin}%"] ] remove: [ [make "uninstall" "EMACSDIR=%{share}%/emacs/site-lisp"] [make "uninstall-ocamltags" "BINDIR=%{bin}%"] ] depends: ["ocaml" "conf-emacs"] post-messages: " If you have not yet done so, please add in ~/.emacs.d/init.el or in ~/.emacs to following line: (add-to-list 'load-path \"%{share}%/emacs/site-lisp/\") " {success} synopsis: "OCaml code editing commands for Emacs" url { src: "https://github.com/ocaml/tuareg/releases/download/2.1.0/caml-mode-4.06.tar.gz" checksum: [ "sha256=0e095ad2b61ab459ace865687cdf228bcbd299d6cd98ee5a951aa04ff4d44a60" "md5=fa7a84bded66bd9095eec12cfaec6a33" ] }