this repo has no description
1opam-version: "2.0"
2synopsis:
3 "Yojson is an optimized parsing and printing library for the JSON format"
4description: """
5Yojson is an optimized parsing and printing library for the JSON format.
6
7ydump is a pretty-printing command-line program provided with the
8yojson package."""
9maintainer: [
10 "paul-elliot@tarides.com" "nathan@tarides.com" "marek@tarides.com"
11]
12authors: ["Martin Jambon"]
13license: "BSD-3-Clause"
14homepage: "https://github.com/ocaml-community/yojson"
15doc: "https://ocaml-community.github.io/yojson"
16bug-reports: "https://github.com/ocaml-community/yojson/issues"
17depends: [
18 "dune" {>= "2.7"}
19 "ocaml" {>= "4.02.3"}
20 "cppo" {build}
21 "alcotest" {with-test & >= "0.8.5"}
22 "seq" {>= "0.2.2"}
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "@install"
35 "@runtest" {with-test}
36 "@doc" {with-doc}
37 ]
38]
39dev-repo: "git+https://github.com/ocaml-community/yojson.git"
40url {
41 src:
42 "https://github.com/ocaml-community/yojson/releases/download/2.1.1/yojson-2.1.1.tbz"
43 checksum: [
44 "sha256=d58183207b198dc065866239066e074c34f9e139c0d9c4175a38809790e88173"
45 "sha512=f7b8529900acb29bc6236d8312d3ebcadbcb3f9d361c8acaed9f7fc7e30527b41a1f3cff80382dde445e6da18a4edc5a9c6758af24affce1022d0741dbd9daeb"
46 ]
47}
48x-commit-hash: "57bc8ca0eaf5bdb423fcdece49ea0d1c2866f90c"