emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] externals/caml adafe8a 190/197: Add OPAM file


From: Stefan Monnier
Subject: [nongnu] externals/caml adafe8a 190/197: Add OPAM file
Date: Sat, 21 Nov 2020 01:20:04 -0500 (EST)

branch: externals/caml
commit adafe8a8f3a76eb473449fe6b5f258727f28a2d1
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Add OPAM file
---
 caml-mode.opam | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/caml-mode.opam b/caml-mode.opam
new file mode 100644
index 0000000..b242f41
--- /dev/null
+++ b/caml-mode.opam
@@ -0,0 +1,28 @@
+opam-version: "2.0"
+name: "caml-mode"
+version: "4.06"
+authors: [
+  "Damien Doligez"
+  "Jacques Garrigue"
+  "Xavier Leroy"
+  "Didier Remy"
+  "Ian T Zimmerman"
+]
+maintainer: "Christophe.Troestler@umons.ac.be"
+license: "GNU General Public License"
+homepage: "https://github.com/ocaml/ocaml";
+dev-repo: "git+https://github.com/ocaml/ocaml.git";
+bug-reports: "http://caml.inria.fr/mantis/";
+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}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]