opam-version: "2.0" synopsis: "Index benchmarking suite" 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" depends: [ "ocaml" {>= "4.03.0"} "cmdliner" "dune" {>= "2.7.0"} "fmt" "index" {= version} "metrics" "metrics-unix" "ppx_deriving_yojson" "re" {>= "1.9.0"} "stdlib-shims" "yojson" "ppx_repr" "mtime" "logs" {>= "0.7.0"} "progress" {>= "0.2.1"} "tezos-base58" {>= "1.0.0" & with-test} "digestif" {>= "0.7" & with-test} "optint" {>= "0.1.0" & with-test} "repr" {>= "0.2.1" & with-test} "rusage" {>= "1.0.0" & with-test} ] conflicts: [ "result" {< "1.5"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name "-j" jobs] {with-test} ] dev-repo: "git+https://github.com/mirage/index.git" url { src: "https://github.com/mirage/index/releases/download/1.6.1/index-1.6.1.tbz" checksum: [ "sha256=acfc0dcea916a836a4da60d30c806a22f69c858d6f7ce233166c1a5e365e6bee" "sha512=78c45c71c1194d6e118c5cf3920d84c571d0f61f8fa3467f72e7c17c4bbab8e01a5efdb6a96a5328a7b3c5bbf01b0b31e42525c66f4be72d986530ef0ec7cec5" ] } x-commit-hash: "8f21880122f0774113ab664cebd9e31ae9391b75"