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/voodoos/ocaml-index"
9bug-reports: "https://github.com/voodoos/ocaml-index/issues"
10depends: [
11 "dune" {>= "2.9"}
12 "ocaml" {>= "5.2"}
13 "merlin-lib" {>= "5.1-502" & < "5.2"}
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/voodoos/ocaml-index.git"
33url {
34 src:
35 "https://github.com/voodoos/ocaml-index/releases/download/v1.0/ocaml-index-1.0.tbz"
36 checksum: [
37 "sha256=01e39ca310d561f7012f5dad47905173747466c5c9f7dfe14833db5c72871e1c"
38 "sha512=3fa40158d20a9da66d6e10d4ff566457f9279f6e6b5012275ad30c11678a4516922f940817d4d70c9eec68dc2458848d09e75b5bd7f3f08aee01e82a063f0c1f"
39 ]
40}
41x-commit-hash: "0f9ffbbc9d1b4def495d3d2c7aa135a486bbcc9d"