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" "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.6.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.2/index-1.4.2.tbz" checksum: [ "sha256=7dfd0632cbd7f167629ac635f94a510f4dcfa6cce7f1245ebe67ef43e0e1e290" "sha512=51fae46d7bade9b1ffd07254fb7f9c0a8e4bfe72500c8b4e237d1c8d0e20745de96ce131a8432adbfd8629c152ea9b3341d5c1b66a00f27edc28cd17981ba0a4" ] } x-commit-hash: "ee8a1f2093b67eda6c2b3b328d5fb86de672b408"