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