this repo has no description
1opam-version: "2.0" 2maintainer: "Clement Pascutto" 3authors: ["Clement Pascutto" "Thomas Gazagnaire" "Ioana Cristescu"] 4license: "MIT" 5homepage: "https://github.com/mirage/index" 6bug-reports: "https://github.com/mirage/index/issues" 7dev-repo: "git+https://github.com/mirage/index.git" 8 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name] {with-test} 13] 14 15depends: [ 16 "ocaml" {>= "4.03.0"} 17 "cmdliner" {>= "1.0.3" & < "1.1.0"} # to avoid Result.result vs result errors 18 "dune" {>= "2.7.0"} 19 "fmt" {>= "0.8.7"} 20 "index" {= version} 21 "metrics" 22 "metrics-unix" 23 "ppx_deriving_yojson" 24 "re" {>= "1.9.0"} 25 "stdlib-shims" 26 "yojson" 27 "ppx_repr" 28] 29 30synopsis: "Index benchmarking suite" 31url { 32 src: 33 "https://github.com/mirage/index/releases/download/1.3.2/index-1.3.2.tbz" 34 checksum: [ 35 "sha256=0e46ebc785eb5b947bcb6e04075dda694d7e951c5ac51103e4d5fa5105df5d14" 36 "sha512=fd82ba852bb43eae8fefca2563d114bc2fa99e0ba98c828bccc2e81737a05156297b64b5894e2d0a58457a3382730a34e16cf16c844f8a6e6844c2684d79c7b5" 37 ] 38} 39x-commit-hash: "7812ab558e26361dc3446d1b29ff983dee6fb38c"