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" {>= "2.0.0"} "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.2/index-1.6.2.tbz" checksum: [ "sha256=9388835098a4ed44eeced070ed86855c049df12a98311d4980b9b724ecab8860" "sha512=2e3052aac2a3ee4190e5cbc914d37904d589997463b22023d31e6b75e21d779342088324a9b42d1854bf7131f32f3e75f6f9cc2cb214d79dd2baa0b4cc2eaad3" ] } x-commit-hash: "5e64a4b6106b953de1180d8d87373b976216d637"