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.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 "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" & < "0.6.0" & 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.5.0/index-1.5.0.tbz"
42 checksum: [
43 "sha256=2e311cd0bad5b831ac4cebacc83d319b0bca7d5b713ef42dca2bcc064cda34e0"
44 "sha512=02d9bfe68daba9c857455244708bf7f25aac50a02a3c14b35cc499dd2a0ccfe5fa47016aea783efadc652bd922c6d4216eac8188400617e98ddc3eb98b9c16c3"
45 ]
46}
47x-commit-hash: "98c9315c1116215aa7792544c0fe7bdc764f084d"