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.16"} 15 "ocaml" {>= "4.12"} 16 "ppxlib" {>= "0.32.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/2.0.0/melange-json-2.0.0.tbz" 37 checksum: [ 38 "sha256=5049c1694ac30f7de3dbffc10e9a01b83c3302b4147902d97c31b7482fdb2ad8" 39 "sha512=bcad995988dd4f5bfba1824e9ae5d4e12c1ea20dba6a943db04a2a112428dd78d09fd4cc87b5ca2f4fb08b0b5d4165b249953325b210170687d1a0ae47dd18a1" 40 ] 41} 42x-commit-hash: "03479308a277671b7c933bcd9390adecfa058778"