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.16"} 15 "ocaml" 16 "melange" {>= "4.0.0"} 17 "melange-jest" {with-test} 18 "reason" {>= "3.10.0" & with-test} 19 "ppxlib" {>= "0.32.0"} 20 "opam-check-npm-deps" {with-test} 21 "ocaml-lsp-server" {with-test} 22 "ocamlformat" {>= "0.27.0" & 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/2.0.0/melange-json-2.0.0.tbz" 42 checksum: [ 43 "sha256=5049c1694ac30f7de3dbffc10e9a01b83c3302b4147902d97c31b7482fdb2ad8" 44 "sha512=bcad995988dd4f5bfba1824e9ae5d4e12c1ea20dba6a943db04a2a112428dd78d09fd4cc87b5ca2f4fb08b0b5d4165b249953325b210170687d1a0ae47dd18a1" 45 ] 46} 47x-commit-hash: "03479308a277671b7c933bcd9390adecfa058778"