|
1 | | -opam-version: "1.1" |
2 | | - |
3 | | -tags: ["org:ocamlpro" "org:typerex"] |
| 1 | +opam-version: "1.2" |
| 2 | +name: "ocp-index" |
| 3 | +version: "1.1.0" |
| 4 | + |
| 5 | +authors: [ |
| 6 | + "Louis Gesbert" |
| 7 | + "Gabriel Radanne" |
| 8 | +] |
4 | 9 | homepage: "http://www.typerex.org/ocp-index.html" |
| 10 | +bug-reports: "https://github.com/OCamlPro/ocp-index/issues" |
5 | 11 | license: "LGPL" |
| 12 | +tags: [ |
| 13 | + "org:ocamlpro" |
| 14 | + "org:typerex" |
| 15 | +] |
| 16 | +dev-repo: "https://github.com/OCamlPro/ocp-index.git" |
6 | 17 | build: [ |
7 | 18 | ["./configure" "--prefix" prefix] |
8 | 19 | [make] |
9 | 20 | ] |
10 | 21 | 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"} |
13 | 24 | "re" |
14 | 25 | "cmdliner" |
15 | 26 | ] |
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