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.1.0"} 18 "dune" {>= "2.7.0"} 19 "fmt" 20 "index" {= version} 21 "metrics" 22 "metrics-unix" 23 "ppx_deriving_yojson" 24 "re" 25 "stdlib-shims" 26 "yojson" 27 "ppx_repr" 28] 29 30synopsis: "Index benchmarking suite" 31x-commit-hash: "70bd80e40e0320075e80ddf443f7f462684cbdd3" 32url { 33 src: 34 "https://github.com/mirage/index/releases/download/1.3.0/index-1.3.0.tbz" 35 checksum: [ 36 "sha256=d6fc288801f05962203dd820e358843e696cc0be775974df2a9ae9741e871c03" 37 "sha512=29b7659bd715e93ae9274db6e62d415bc514dd486dbb61a78f7f53bed421f0935ae3a1b99e19f2f7cebd06a13ba0e03538469ee228ff9feaf0c795e4d28c7410" 38 ] 39}