opam-version: "2.0" maintainer: ["paul-elliot@tarides.com" "nathan@tarides.com" "marek@tarides.com"] authors: ["Martin Jambon"] homepage: "https://github.com/ocaml-community/yojson" bug-reports: "https://github.com/ocaml-community/yojson/issues" dev-repo: "git+https://github.com/ocaml-community/yojson.git" doc: "https://ocaml-community.github.io/yojson/" license: "BSD-3-Clause" depends: [ "ocaml" {>= "4.08"} "yojson" {= version} "dune" "core_bench" {>= "v0.14.0"} "core" {>= "v0.14.0"} "core_unix" {>= "v0.14.0"} ] build: [ ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] synopsis: "Run Yojson benchmarks" description: """\ Yojson benchmarks require `Core_bench` which is not a dependency of Yojson, because it is not part of the regular installation/testing flow. This is solely meant for developers that are worried about performance changes in Yojson.""" url { src: "https://github.com/ocaml-community/yojson/releases/download/2.0.0/yojson-2.0.0.tbz" checksum: [ "sha256=ab5d863f7f951a8f7fb4a708399ca2da2cf139a5e0af7818145c20295420cb1a" "sha512=3ea982dbeef7ec8da54d29124ddb8b86f90583eb96ed3947851cedec9e3d2d47b981e3465d41f2c94943e6865ba6a9a51c6f0252efa6df2386d398b679aae8f2" ] } x-commit-hash: "9c5cee131ae0ec79713e62397076d597486844ed"