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.2/yojson-2.0.2.tbz" checksum: [ "sha256=876bb6f38af73a84a29438a3da35e4857c60a14556a606525b148c6fdbe5461b" "sha512=9e150689a814a64e53e361e336fe826df5a3e3851d1367fda4a001392175c29348de55db0b7d7ba18539dec2cf78198efcb7f41b77a9861763f5aa97c05509ad" ] } x-commit-hash: "17ca03c5877a4346f0691443f35ed9678f99962f"