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" "GPL-3.0-only"]
20tags: [ "org:ocamlpro" "org:typerex" ]
21dev-repo: "git+https://github.com/OCamlPro/ocp-index.git"
22build: ["dune" "build" "-p" name "-j" jobs]
23depends: [
24 "ocaml" {>= "4.08.0" & < "5.1"}
25 "cppo" {build & >= "1.1.0"}
26 "dune" {>= "1.0"}
27 "ocp-indent" {>= "1.4.2"}
28 "re" {>= "1.9.0"}
29 "cmdliner" {>= "1.1.0" & < "2.0.0"}
30 "odoc" {with-doc}
31]
32post-messages:
33 "This package requires additional configuration for use in editors. Either install package 'user-setup', or manually:
34
35* for Emacs, add these lines to ~/.emacs:
36 (add-to-list 'load-path \"%{prefix}%/share/emacs/site-lisp\")
37 (require 'ocp-index)
38
39* for Vim, add the following line to ~/.vimrc:
40 set rtp+=%{share}%/ocp-index/vim
41" {success & !user-setup:installed}
42url {
43 src: "https://github.com/OCamlPro/ocp-index/archive/1.3.4.tar.gz"
44 checksum: [
45 "md5=b1770f0fd784ff29173d5b4090ccff2c"
46 "sha512=32c800c404ae0f32a6cdb8f5f62bac56b23b017dd27674834e4d063df7d49bca272fc39ba2905b8404b5e3d1b154f1ffd2924705e34e1d1ac56242260b81a5c4"
47 ]
48}