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" 12install: [ 13 [make "install" "EMACSDIR=%{share}%/emacs/site-lisp"] 14 [make "install-ocamltags" "BINDIR=%{bin}%"] 15] 16remove: [ 17 [make "uninstall" "EMACSDIR=%{share}%/emacs/site-lisp"] 18 [make "uninstall-ocamltags" "BINDIR=%{bin}%"] 19] 20depends: ["ocaml" "conf-emacs"] 21post-messages: " 22If you have not yet done so, please add in ~/.emacs.d/init.el or 23in ~/.emacs to following line: 24 (add-to-list 'load-path \"%{share}%/emacs/site-lisp/\") 25" {success} 26synopsis: "OCaml code editing commands for Emacs" 27url { 28 src: 29 "https://github.com/ocaml/tuareg/releases/download/2.1.0/caml-mode-4.06.tar.gz" 30 checksum: [ 31 "sha256=0e095ad2b61ab459ace865687cdf228bcbd299d6cd98ee5a951aa04ff4d44a60" 32 "md5=fa7a84bded66bd9095eec12cfaec6a33" 33 ] 34}