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" {>= "1.0.3" & < "1.1.0"} 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 "tezos-context-hash" {>= "1.0.0"} 22 "mtime" 23 "logs" {>= "0.7.0"} 24 "optint" {>= "0.1.0" & with-test} 25 "progress" {>= "0.2.1"} 26 "repr" {>= "0.2.1" & < "0.5.0" & with-test} 27 "rusage" {>= "1.0.0" & with-test} 28] 29build: [ 30 ["dune" "subst"] {dev} 31 ["dune" "build" "-p" name "-j" jobs] 32 ["dune" "runtest" "-p" name] {with-test} 33] 34dev-repo: "git+https://github.com/mirage/index.git" 35url { 36 src: 37 "https://github.com/mirage/index/releases/download/1.4.1/index-1.4.1.tbz" 38 checksum: [ 39 "sha256=dde943f595ee9bb7d9b84cde05d0cb4675097e785dbf833521761fd843252206" 40 "sha512=9b4e1e2d684222205a5cb17370acfd90d36026de147d548319b7b411fa0c2c36fce970f3e7604880a38f5a17dfe338efd9e33cd70e51ee3d8cb66b038f2a8a69" 41 ] 42} 43x-commit-hash: "acdad0d033a81753e0fcf3fe95f915dbc5b1504b"