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-503/merlin-5.4-503.tbz" 36 checksum: [ 37 "sha256=f2e4780c9a9ca54c403292e7ff7e0fa33d3afeae0c4e735e14f3f9cb74af2cbc" 38 "sha512=d81598359e33776d0388838f62175f704d96fc6e497d22a72508ea1f53bb7f0815561ae4fbfa6fd9c1a8ada94b8d0d4c7c03c35c4d8c0fbb323e94260ddd4885" 39 ] 40} 41x-commit-hash: "3b3d3d1682f9334396a8ad6e245d95ae3be353ef"