this repo has no description
1opam-version: "2.0" 2maintainer: ["nathan@cryptosense.com" "marek@xivilization.net"] 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" 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 14] 15depends: [ 16 "ocaml" {>= "4.02.3"} 17 "dune" 18 "cppo" {build} 19 "alcotest" {with-test & >= "0.8.5"} 20 "odoc" {with-doc} 21 "seq" {>= "0.2.2"} 22] 23synopsis: 24 "Yojson is an optimized parsing and printing library for the JSON format" 25description: """ 26Yojson is an optimized parsing and printing library for the JSON format. 27 28ydump is a pretty-printing command-line program provided with the 29yojson package.""" 30url { 31 src: 32 "https://github.com/ocaml-community/yojson/releases/download/2.0.0/yojson-2.0.0.tbz" 33 checksum: [ 34 "sha256=ab5d863f7f951a8f7fb4a708399ca2da2cf139a5e0af7818145c20295420cb1a" 35 "sha512=3ea982dbeef7ec8da54d29124ddb8b86f90583eb96ed3947851cedec9e3d2d47b981e3465d41f2c94943e6865ba6a9a51c6f0252efa6df2386d398b679aae8f2" 36 ] 37} 38x-commit-hash: "9c5cee131ae0ec79713e62397076d597486844ed"