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.0.3" & < "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" "tezos-context-hash" {>= "1.0.0"} "mtime" "logs" {>= "0.7.0"} "optint" {>= "0.1.0" & with-test} "progress" {>= "0.2.1"} "repr" {>= "0.2.1" & < "0.5.0" & with-test} "rusage" {>= "1.0.0" & with-test} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ["dune" "runtest" "-p" name] {with-test} ] dev-repo: "git+https://github.com/mirage/index.git" url { src: "https://github.com/mirage/index/releases/download/1.4.1/index-1.4.1.tbz" checksum: [ "sha256=dde943f595ee9bb7d9b84cde05d0cb4675097e785dbf833521761fd843252206" "sha512=9b4e1e2d684222205a5cb17370acfd90d36026de147d548319b7b411fa0c2c36fce970f3e7604880a38f5a17dfe338efd9e33cd70e51ee3d8cb66b038f2a8a69" ] } x-commit-hash: "acdad0d033a81753e0fcf3fe95f915dbc5b1504b"