this repo has no description
1opam-version: "2.0"
2authors: [
3 "Damien Doligez"
4 "Jacques Garrigue"
5 "Xavier Leroy"
6 "Didier Remy"
7 "Ian T Zimmerman"
8]
9maintainer: "Christophe.Troestler@umons.ac.be"
10license: "GPL-2.0-or-later"
11homepage: "https://github.com/ocaml/caml-mode"
12dev-repo: "git+https://github.com/ocaml/caml-mode.git"
13bug-reports: "https://github.com/ocaml/caml-mode/issues"
14install: [
15 [make "install" "INSTALL_DIR=%{share}%/emacs/site-lisp"]
16 [make "install-ocamltags" "INSTALL_BIN=%{bin}%"]
17]
18remove: [
19 [make "uninstall" "INSTALL_DIR=%{share}%/emacs/site-lisp"]
20 [make "uninstall-ocamltags" "INSTALL_BIN=%{bin}%"]
21]
22depends: ["ocaml" "conf-emacs"]
23post-messages: """
24If you have not yet done so, please add in ~/.emacs.d/init.el or
25in ~/.emacs to following line:
26 (add-to-list 'load-path "%{share}%/emacs/site-lisp/")
27""" {success & !user-setup:installed}
28synopsis: "Caml mode for GNU Emacs"
29url {
30 src:
31 "https://github.com/ocaml/caml-mode/releases/download/4.9/caml-mode-4.9.tgz"
32 checksum: [
33 "sha256=f74d2bfd696618d2699d0cad378079a1014f939293250bacb6763b089e430d7a"
34 "md5=e01d4593add851fd06cde74b96737e06"
35 ]
36}