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 "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.6.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.2/index-1.4.2.tbz"
38 checksum: [
39 "sha256=7dfd0632cbd7f167629ac635f94a510f4dcfa6cce7f1245ebe67ef43e0e1e290"
40 "sha512=51fae46d7bade9b1ffd07254fb7f9c0a8e4bfe72500c8b4e237d1c8d0e20745de96ce131a8432adbfd8629c152ea9b3341d5c1b66a00f27edc28cd17981ba0a4"
41 ]
42}
43x-commit-hash: "ee8a1f2093b67eda6c2b3b328d5fb86de672b408"