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" {>= "1.2.0"}
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.1/yojson-2.0.1.tbz"
29 checksum: [
30 "sha256=8bc8bc722a4a94656a58394f17f9f8a406267343ab87d77202db930584a0c836"
31 "sha512=93ebabd3247f1b5826827472229188c5ac1b4d2395eb8121a22b35acd773eedd290e6b8de1f067020fc868da7c05a60408091eebc0b305a67408d558a3a94c10"
32 ]
33}
34x-commit-hash: "b67669eaa82d56663dc042246787d18789457cfc"