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

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

[nongnu] elpa/caml 7338b28 4/5: OPAM: Pass the lint test


From: ELPA Syncer
Subject: [nongnu] elpa/caml 7338b28 4/5: OPAM: Pass the lint test
Date: Tue, 7 Sep 2021 17:57:28 -0400 (EDT)

branch: elpa/caml
commit 7338b28e20bd8a66946064fec09ce4181e0a76ab
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    OPAM: Pass the lint test
---
 caml-mode.opam | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/caml-mode.opam b/caml-mode.opam
index 0407fc2..ad3b8cb 100644
--- a/caml-mode.opam
+++ b/caml-mode.opam
@@ -1,6 +1,4 @@
 opam-version: "2.0"
-name: "caml-mode"
-version: "VERSION"
 authors: [
   "Damien Doligez"
   "Jacques Garrigue"
@@ -9,7 +7,7 @@ authors: [
   "Ian T Zimmerman"
 ]
 maintainer: "Christophe.Troestler@umons.ac.be"
-license: "GNU General Public License"
+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";
@@ -25,5 +23,6 @@ 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}
+    (add-to-list 'load-path "%{share}%/emacs/site-lisp/")
+""" {success & !user-setup:installed}
 synopsis: "SYNOPSIS"



reply via email to

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