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" {< "1.1.0"} "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" & < "0.6.0" & 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.5.0/index-1.5.0.tbz" checksum: [ "sha256=2e311cd0bad5b831ac4cebacc83d319b0bca7d5b713ef42dca2bcc064cda34e0" "sha512=02d9bfe68daba9c857455244708bf7f25aac50a02a3c14b35cc499dd2a0ccfe5fa47016aea783efadc652bd922c6d4216eac8188400617e98ddc3eb98b9c16c3" ] } x-commit-hash: "98c9315c1116215aa7792544c0fe7bdc764f084d"