forked from ocaml/caml-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
caml-mode.opam
28 lines (28 loc) · 873 Bytes
/
caml-mode.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
opam-version: "2.0"
authors: [
"Damien Doligez"
"Jacques Garrigue"
"Xavier Leroy"
"Didier Remy"
"Ian T Zimmerman"
]
maintainer: "[email protected]"
license: "GPL-2.0-or-later"
homepage: "https://github.com/ocaml/caml-mode"
dev-repo: "git+https://github.com/ocaml/caml-mode.git"
bug-reports: "https://github.com/ocaml/caml-mode/issues"
install: [
[make "install" "INSTALL_DIR=%{share}%/emacs/site-lisp"]
[make "install-ocamltags" "INSTALL_BIN=%{bin}%"]
]
remove: [
[make "uninstall" "INSTALL_DIR=%{share}%/emacs/site-lisp"]
[make "uninstall-ocamltags" "INSTALL_BIN=%{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 & !user-setup:installed}
synopsis: "SYNOPSIS"