this repo has no description
1opam-version: "2.0" 2maintainer: ["paul-elliot@tarides.com" "nathan@tarides.com" "marek@tarides.com"] 3authors: ["Martin Jambon"] 4homepage: "https://github.com/ocaml-community/yojson" 5bug-reports: "https://github.com/ocaml-community/yojson/issues" 6dev-repo: "git+https://github.com/ocaml-community/yojson.git" 7doc: "https://ocaml-community.github.io/yojson/" 8license: "BSD-3-Clause" 9depends: [ 10 "ocaml" {>= "4.08"} 11 "yojson" {= version} 12 "dune" 13 "core_bench" {>= "v0.14.0"} 14 "core" {>= "v0.14.0"} 15 "core_unix" {>= "v0.14.0"} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 ["dune" "build" "-p" name "-j" jobs] 20] 21synopsis: "Run Yojson benchmarks" 22description: """\ 23Yojson benchmarks require `Core_bench` which is not a dependency of Yojson, 24because it is not part of the regular installation/testing flow. This is solely 25meant for developers that are worried about performance changes in Yojson.""" 26url { 27 src: 28 "https://github.com/ocaml-community/yojson/releases/download/2.0.0/yojson-2.0.0.tbz" 29 checksum: [ 30 "sha256=ab5d863f7f951a8f7fb4a708399ca2da2cf139a5e0af7818145c20295420cb1a" 31 "sha512=3ea982dbeef7ec8da54d29124ddb8b86f90583eb96ed3947851cedec9e3d2d47b981e3465d41f2c94943e6865ba6a9a51c6f0252efa6df2386d398b679aae8f2" 32 ] 33} 34x-commit-hash: "9c5cee131ae0ec79713e62397076d597486844ed"