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" {>= "2.0.0"}
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.2/index-1.6.2.tbz"
42 checksum: [
43 "sha256=9388835098a4ed44eeced070ed86855c049df12a98311d4980b9b724ecab8860"
44 "sha512=2e3052aac2a3ee4190e5cbc914d37904d589997463b22023d31e6b75e21d779342088324a9b42d1854bf7131f32f3e75f6f9cc2cb214d79dd2baa0b4cc2eaad3"
45 ]
46}
47x-commit-hash: "5e64a4b6106b953de1180d8d87373b976216d637"