opam-version: "2.0" synopsis: "A tool that indexes value usages from cmt files" description: "ocaml-index should integrate with the build system to index codebase and allow tools such as Merlin to perform project-wide occurrences queries." maintainer: ["ulysse@tarides.com"] authors: ["ulysse@tarides.com"] license: "MIT" homepage: "https://github.com/voodoos/ocaml-index" bug-reports: "https://github.com/voodoos/ocaml-index/issues" depends: [ "dune" {>= "2.9"} "ocaml" {>= "5.2"} "merlin-lib" {>= "5.1-502" & < "5.2"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "--promote-install-files=false" "@install" "@runtest" {with-test} "@doc" {with-doc} ] ["dune" "install" "-p" name "--create-install-files" name] ] dev-repo: "git+https://github.com/voodoos/ocaml-index.git" url { src: "https://github.com/voodoos/ocaml-index/releases/download/v1.0/ocaml-index-1.0.tbz" checksum: [ "sha256=01e39ca310d561f7012f5dad47905173747466c5c9f7dfe14833db5c72871e1c" "sha512=3fa40158d20a9da66d6e10d4ff566457f9279f6e6b5012275ad30c11678a4516922f940817d4d70c9eec68dc2458848d09e75b5bd7f3f08aee01e82a063f0c1f" ] } x-commit-hash: "0f9ffbbc9d1b4def495d3d2c7aa135a486bbcc9d"