this repo has no description
1opam-version: "2.0"
2maintainer: "louis.gesbert@ocamlpro.com"
3synopsis:
4 "Lightweight completion and documentation browsing for OCaml libraries"
5description: """
6This package includes
7* The `ocp-index` library and command-line tool
8* `ocp-grep`, a tool that finds uses of a given (qualified) identifier in a source tree
9* bindings for emacs and vim (sublime text also [available](https://github.com/whitequark/sublime-ocp-index/))
10
11To automatically configure your editors, install this with package `user-setup`.
12"""
13authors: [
14 "Louis Gesbert"
15 "Gabriel Radanne"
16]
17homepage: "http://www.typerex.org/ocp-index.html"
18bug-reports: "https://github.com/OCamlPro/ocp-index/issues"
19license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
20tags: [ "org:ocamlpro" "org:typerex" ]
21dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
22build: ["jbuilder" "build" "-p" name "-j" jobs]
23depends: [
24 "ocaml" {>= "4.02.0" & < "4.10"}
25 "ocp-pp" {build}
26 "jbuilder" {>= "1.0+beta7"}
27 "ocp-indent" {>= "1.4.2"}
28 "re" {>= "1.7.2"}
29 "cmdliner" {< "2.0.0"}
30]
31conflicts: [
32 "dune" {>= "1.7.0"}
33]
34post-messages:
35 "This package requires additional configuration for use in editors. Either install package 'user-setup', or manually:
36
37* for Emacs, add these lines to ~/.emacs:
38 (add-to-list 'load-path \"%{prefix}%/share/emacs/site-lisp\")
39 (require 'ocp-index)
40
41* for Vim, add the following line to ~/.vimrc:
42 set rtp+=%{share}%/ocp-index/vim
43" {success & !user-setup:installed}
44url {
45 src: "https://github.com/OCamlPro/ocp-index/archive/1.1.7.tar.gz"
46 checksum: [
47 "md5=969fff19fb672c9a6c6c1feb49c72ced"
48 "sha512=13fd0885c02518a052a1ffcffac15f951b3d330f9df19cccb5373b834edeb4f7c1fbc0a8b1498e1b132a7f56a9721aa92c55b682fc5883533868400e13a1ee46"
49 ]
50}