this repo has no description
1opam-version: "2.0" 2synopsis: "Compositional JSON encode/decode library and PPX for Melange" 3description: 4 "Provides tools for converting JSON to typed OCaml values in Melange. It includes custom encoders, decoders, and a PPX for automating these conversions." 5maintainer: [ 6 "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 7 "Javier Chávarri <javier.chavarri@gmail.com>" 8] 9authors: ["glennsl" "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" 16 "melange" {>= "3.0.0"} 17 "melange-jest" {with-test} 18 "reason" {>= "3.10.0" & with-test} 19 "ppxlib" 20 "opam-check-npm-deps" {with-test} 21 "ocaml-lsp-server" {with-test} 22 "ocamlformat" {with-test} 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 "@doc" {with-doc} 36 ] 37] 38dev-repo: "git+https://github.com/melange-community/melange-json.git" 39url { 40 src: 41 "https://github.com/melange-community/melange-json/releases/download/1.3.0/melange-json-1.3.0.tbz" 42 checksum: [ 43 "sha256=9ed376e19793c536f8a8a388f0e1ce7e402d1fde85de4e941ab5bd1190b25ac5" 44 "sha512=3b66695707a6a7cf9fed59fef9ddb02504a4e85d14dd904764ea049c4e92d0910e1d68b4edfe2b8a1d2e1c984bd061d01d3866dd575bfd7c0573ff5a4865c616" 45 ] 46} 47x-commit-hash: "5b6ec5f6cd7e0a4623592451769089755ebf83c9"