branch: elpa/tuareg
commit 6357f82236c0588c61952e7ee68da4b8fd33a3b7
Author: Christophe Troestler <[email protected]>
Commit: Christophe Troestler <[email protected]>
Update OPAM file
---
tuareg.opam | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/tuareg.opam b/tuareg.opam
index 1448987..4b36cbf 100644
--- a/tuareg.opam
+++ b/tuareg.opam
@@ -6,6 +6,7 @@ authors: [
"Christophe Troestler <[email protected]>"
"Stefan Monnier <[email protected]>"
]
+license: "GPL-2.0-or-later"
homepage: "https://github.com/ocaml/tuareg"
bug-reports: "https://github.com/ocaml/tuareg/issues"
dev-repo: "git+https://github.com/ocaml/tuareg.git"
@@ -16,7 +17,7 @@ build: [
]
depends: ["ocaml" "conf-emacs"]
depopts: [
- "caml-mode" # {>= "4.05"}
+ "caml-mode" {>= "4.9"}
"merlin"
]
post-messages: [
@@ -27,7 +28,7 @@ post-messages: [
or \"caml-mode\" (displaying types). See https://github.com/ocaml/tuareg
for customization tips."
]
-synopsis: "OCaml mode for GNU Emacs and XEmacs."
+synopsis: "OCaml mode for GNU Emacs"
description: """
Tuareg handles automatic indentation of OCaml and Camllight codes.
Key parts of the code are highlighted using Font-Lock. Support to run