this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/ppx_bench" 5bug-reports: "https://github.com/janestreet/ppx_bench/issues" 6dev-repo: "git+https://github.com/janestreet/ppx_bench.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/ppx_bench/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "4.08.0"} 14 "ppx_inline_test" {>= "v0.15" & < "v0.16"} 15 "dune" {>= "2.0.0"} 16 "ppxlib" {>= "0.23.0" & < "0.36.0"} 17] 18synopsis: "Syntax extension for writing in-line benchmarks in ocaml code" 19description: " 20Part of the Jane Street's PPX rewriters collection. 21" 22url { 23 src: 24 "https://github.com/janestreet/ppx_bench/archive/refs/tags/v0.15.1.tar.gz" 25 checksum: [ 26 "md5=be2fa2db5dc1d74dfc58dd0956025424" 27 "sha512=3eb9eb071e0effd451e8733b7eb883e44c246ad75c8990cffba3596c1ec95784f57ac63c4cf3966004b83afca4dbf5728fd497e21b1a454116fbba41ff7b24ae" 28 ] 29}