this repo has no description
1opam-version: "2.0"
2synopsis: "A tool that indexes value usages from cmt files"
3description:
4 "ocaml-index should integrate with the build system to index codebase and allow tools such as Merlin to perform project-wide occurrences queries."
5maintainer: ["ulysse@tarides.com"]
6authors: ["ulysse@tarides.com"]
7license: "MIT"
8homepage: "https://github.com/ocaml/merlin/ocaml-index"
9bug-reports: "https://github.com/ocaml/merlin/issues"
10depends: [
11 "dune" {>= "3.0.0"}
12 "ocaml" {>= "5.3"}
13 "merlin-lib" {= version}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "--promote-install-files=false"
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30 ["dune" "install" "-p" name "--create-install-files" name]
31]
32dev-repo: "git+https://github.com/ocaml/merlin.git"
33url {
34 src:
35 "https://github.com/ocaml/merlin/releases/download/v5.4.1-503/merlin-5.4.1-503.tbz"
36 checksum: [
37 "sha256=49b3b4c778c12125fc7405e73790b0b312d5d79749dd73d4838b6562a2533022"
38 "sha512=6350ff076ac61727c48bc098a05520c5d343f3323b2f3b6d7d69fdd568e51abca6945cbcbc3a6ae97fd198bd7bbdcae823fbd0f3f14a37972fe713da2ed14f2d"
39 ]
40}
41x-commit-hash: "86b4b261b950e409791a42815e4ede601c6be92d"
42x-maintenance-intent: [ "(latest)" ]