this repo has no description
1opam-version: "2.0" 2synopsis: "Index benchmarking suite" 3maintainer: "Clement Pascutto" 4authors: ["Clement Pascutto" "Thomas Gazagnaire" "Ioana Cristescu"] 5license: "MIT" 6homepage: "https://github.com/mirage/index" 7bug-reports: "https://github.com/mirage/index/issues" 8depends: [ 9 "ocaml" {>= "4.03.0"} 10 "cmdliner" 11 "dune" {>= "2.7.0"} 12 "fmt" 13 "index" {= version} 14 "metrics" 15 "metrics-unix" 16 "ppx_deriving_yojson" 17 "re" {>= "1.9.0"} 18 "stdlib-shims" 19 "yojson" 20 "ppx_repr" 21 "mtime" 22 "logs" {>= "0.7.0"} 23 "progress" {>= "0.2.1"} 24 "tezos-base58" {>= "1.0.0" & with-test} 25 "digestif" {>= "0.7" & with-test} 26 "optint" {>= "0.1.0" & with-test} 27 "repr" {>= "0.2.1" & with-test} 28 "rusage" {>= "1.0.0" & with-test} 29] 30conflicts: [ 31 "result" {< "1.5"} 32] 33build: [ 34 ["dune" "subst"] {dev} 35 ["dune" "build" "-p" name "-j" jobs] 36 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 37] 38dev-repo: "git+https://github.com/mirage/index.git" 39url { 40 src: 41 "https://github.com/mirage/index/releases/download/1.6.1/index-1.6.1.tbz" 42 checksum: [ 43 "sha256=acfc0dcea916a836a4da60d30c806a22f69c858d6f7ce233166c1a5e365e6bee" 44 "sha512=78c45c71c1194d6e118c5cf3920d84c571d0f61f8fa3467f72e7c17c4bbab8e01a5efdb6a96a5328a7b3c5bbf01b0b31e42525c66f4be72d986530ef0ec7cec5" 45 ] 46} 47x-commit-hash: "8f21880122f0774113ab664cebd9e31ae9391b75"