this repo has no description
1opam-version: "2.0" 2synopsis: "Compositional JSON encode/decode PPX for OCaml" 3description: 4 "A PPX for OCaml that automates encoding and decoding JSON into typed values. It supports custom encoders and decoders, and integrates with Yojson" 5maintainer: [ 6 "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 7 "Javier Chávarri <javier.chavarri@gmail.com>" 8] 9authors: ["Andrey Popp"] 10license: ["LGPL-3.0-only" "MPL-2.0"] 11homepage: "https://github.com/melange-community/melange-json/" 12bug-reports: "https://github.com/melange-community/melange-json/issues" 13depends: [ 14 "dune" {>= "3.9"} 15 "ocaml" {>= "4.12"} 16 "ppxlib" {>= "0.29.0"} 17 "yojson" {>= "1.6.0"} 18 "odoc" {with-doc} 19] 20build: [ 21 ["dune" "subst"] {dev} 22 [ 23 "dune" 24 "build" 25 "-p" 26 name 27 "-j" 28 jobs 29 "@install" 30 "@doc" {with-doc} 31 ] 32] 33dev-repo: "git+https://github.com/melange-community/melange-json.git" 34url { 35 src: 36 "https://github.com/melange-community/melange-json/releases/download/1.3.0/melange-json-1.3.0.tbz" 37 checksum: [ 38 "sha256=9ed376e19793c536f8a8a388f0e1ce7e402d1fde85de4e941ab5bd1190b25ac5" 39 "sha512=3b66695707a6a7cf9fed59fef9ddb02504a4e85d14dd904764ea049c4e92d0910e1d68b4edfe2b8a1d2e1c984bd061d01d3866dd575bfd7c0573ff5a4865c616" 40 ] 41} 42x-commit-hash: "5b6ec5f6cd7e0a4623592451769089755ebf83c9"