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 "cmdliner" {with-test & < "1.1.0"} 12 "dune" {>= "2.7.0"} 13 "fmt" 14 "index" {= version} 15 "metrics" 16 "metrics-unix" 17 "ppx_deriving_yojson" 18 "re" {>= "1.9.0"} 19 "stdlib-shims" 20 "yojson" 21 "ppx_repr" 22 "mtime" 23 "logs" {>= "0.7.0"} 24 "progress" {>= "0.2.1"} 25 "tezos-base58" {>= "1.0.0" & with-test} 26 "digestif" {>= "0.7" & with-test} 27 "optint" {>= "0.1.0" & with-test} 28 "repr" {>= "0.2.1" & with-test} 29 "rusage" {>= "1.0.0" & with-test} 30] 31conflicts: [ 32 "result" {< "1.5"} 33] 34build: [ 35 ["dune" "subst"] {dev} 36 ["dune" "build" "-p" name "-j" jobs] 37 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 38] 39dev-repo: "git+https://github.com/mirage/index.git" 40url { 41 src: 42 "https://github.com/mirage/index/releases/download/1.6.0/index-1.6.0.tbz" 43 checksum: [ 44 "sha256=5e0c1f6cbd6e485cbbf2344c8f76de8a7869155355ae6edd5550c88da0661594" 45 "sha512=613fa206d1124b34259421f4ea978ce4e9404d78af3a687c1e406d88a5d481bd51465fafae58da9eb3e6a0b5408118b8a7dfe1fbb05ce8fed4b8b0a572beb99b" 46 ] 47} 48x-commit-hash: "c05846f784a3f4db11f1d113fc5a2c1fa8b743c6"