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.7.2"}
18 "stdlib-shims"
19 "yojson"
20 "ppx_repr"
21 "tezos-context-hash"
22 "mtime"
23 "logs" {>= "0.7.0"}
24 "optint" {>= "0.1.0" & with-test}
25 "progress" {>= "0.1.1" & < "0.2.0"}
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"
35x-commit-hash: "a2ef9791eb79e29e3d46a7dde66d93cb5b7a19ef"
36url {
37 src:
38 "https://github.com/mirage/index/releases/download/1.4.0/index-1.4.0.tbz"
39 checksum: [
40 "sha256=8cd859751eb01b578402ec7de3d67fc0b92106381df9704331da81c25041ad8f"
41 "sha512=212d674b50b091f8fd3ad0e793e06c555bd012669ff6eb2fe0774469a64f008c1957795203a3b5e08a583e66aa34f2e11f02def7f818bd54c1bf3ad07b71c3ec"
42 ]
43}