opam-version: "2.0" maintainer: "Clement Pascutto" authors: ["Clement Pascutto" "Thomas Gazagnaire" "Ioana Cristescu"] license: "MIT" homepage: "https://github.com/mirage/index" bug-reports: "https://github.com/mirage/index/issues" dev-repo: "git+https://github.com/mirage/index.git" build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name] {with-test} ] depends: [ "ocaml" {>= "4.03.0"} "cmdliner" {>= "1.0.3" & < "1.1.0"} # to avoid Result.result vs result errors "dune" {>= "2.7.0"} "fmt" {>= "0.8.7"} "index" {= version} "metrics" "metrics-unix" "ppx_deriving_yojson" "re" {>= "1.9.0"} "stdlib-shims" "yojson" "ppx_repr" ] synopsis: "Index benchmarking suite" url { src: "https://github.com/mirage/index/releases/download/1.3.2/index-1.3.2.tbz" checksum: [ "sha256=0e46ebc785eb5b947bcb6e04075dda694d7e951c5ac51103e4d5fa5105df5d14" "sha512=fd82ba852bb43eae8fefca2563d114bc2fa99e0ba98c828bccc2e81737a05156297b64b5894e2d0a58457a3382730a34e16cf16c844f8a6e6844c2684d79c7b5" ] } x-commit-hash: "7812ab558e26361dc3446d1b29ff983dee6fb38c"