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