this repo has no description
1opam-version: "2.0" 2maintainer: "Christophe.Troestler@umons.ac.be" 3authors: [ "Damien Doligez" 4 "Jacques Garrigue" 5 "Xavier Leroy" 6 "Didier Remy" 7 "Ian T Zimmerman" ] 8homepage: "https://github.com/ocaml/ocaml" 9bug-reports: "http://caml.inria.fr/mantis/" 10license: "GPL-1.0-or-later" 11dev-repo: "git+https://github.com/ocaml/ocaml.git" 12remove: [ 13 [make "uninstall" "EMACSDIR=%{share}%/emacs/site-lisp"] 14 [make "uninstall-ocamltags" "BINDIR=%{bin}%"] 15] 16depends: ["ocaml" "conf-emacs"] 17post-messages: " 18If you have not yet done so, please add in ~/.emacs.d/init.el or 19in ~/.emacs to following line: 20 (add-to-list 'load-path \"%{share}%/emacs/site-lisp/\") 21" {success} 22install: [ 23 [make "install" "EMACSDIR=%{share}%/emacs/site-lisp"] 24 [make "install-ocamltags" "BINDIR=%{bin}%"] 25] 26synopsis: "OCaml code editing commands for Emacs" 27url { 28 src: 29 "https://github.com/ocaml/tuareg/releases/download/2.0.9/caml-mode-4.02.tar.gz" 30 checksum: [ 31 "sha256=53fc620bf91dc1914da705b024c77d66f769ec8ba7188bebee380f914b71a614" 32 "md5=5f6d202df55c7982001c01440ddd2a8e" 33 ] 34}