Skip to content

Commit c32ebce

Browse files
committed
Update 'opam' file
1 parent 0c74ae5 commit c32ebce

File tree

1 file changed

+23
-22
lines changed

1 file changed

+23
-22
lines changed

opam

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,33 @@
1-
opam-version: "1.1"
2-
maintainer: "[email protected]"
3-
tags: ["org:ocamlpro" "org:typerex"]
1+
opam-version: "1.2"
2+
name: "ocp-index"
3+
version: "1.1.0"
4+
maintainer: "[email protected]"
5+
authors: [
6+
"Louis Gesbert"
7+
"Gabriel Radanne"
8+
]
49
homepage: "http://www.typerex.org/ocp-index.html"
10+
bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
511
license: "LGPL"
12+
tags: [
13+
"org:ocamlpro"
14+
"org:typerex"
15+
]
16+
dev-repo: "https://github.com/OCamlPro/ocp-index.git"
617
build: [
718
["./configure" "--prefix" prefix]
819
[make]
920
]
1021
depends: [
11-
"ocp-build" {>= "1.99.4-beta"}
12-
"ocp-indent" {>= "1.4.1"}
22+
"ocp-build" {>= "1.99.6-beta"}
23+
"ocp-indent" {>= "1.4.2"}
1324
"re"
1425
"cmdliner"
1526
]
16-
depopts: ["lambda-term"]
17-
conflicts : [ "lambda-term" {< "1.7"} ]
18-
ocaml-version: [ >= "4.00.0" ]
19-
messages:
20-
"To install ocp-browser, please install lambda-term" {! lambda-term:installed}
21-
22-
post-messages: [
23-
"OCP-INDEX installed.
24-
25-
To use it from emacs, add the following to your .emacs:
26-
(add-to-list 'load-path (concat
27-
(replace-regexp-in-string \"\\n$\" \"\"
28-
(shell-command-to-string \"opam config var share\"))
29-
\"/emacs/site-lisp\"))
30-
(require 'ocp-index)"
31-
{success}
32-
]
27+
depopts: "lambda-term"
28+
conflicts: "lambda-term" {< "1.7"}
29+
available: [ocaml-version >= "4.00.0"]
30+
messages: "To install ocp-browser, please install lambda-term" {! lambda-term:installed}
31+
post-messages: "To use ocp-index from emacs, add the following to your .emacs:
32+
(add-to-list 'load-path \"%{share}%/emacs/site-lisp\")
33+
(require 'ocp-index)" {success}

0 commit comments

Comments
 (0)