this repo has no description
1opam-version: "2.0" 2synopsis: "Compositional JSON encode/decode library for Melange" 3description: 4 "Provides encoders and decoders to convert JSON values into typed values. With the possibility to create custom encoders and decoders." 5maintainer: [ 6 "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 7 "Javier Chávarri <javier.chavarri@gmail.com>" 8] 9authors: ["glennsl"] 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.8.2"} 15 "ocaml" {>= "5.1"} 16 "melange" {>= "2.0.0" & < "3.0.0"} 17 "odoc" {with-doc} 18] 19build: [ 20 ["dune" "subst"] {dev} 21 [ 22 "dune" 23 "build" 24 "-p" 25 name 26 "-j" 27 jobs 28 "@install" 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/melange-community/melange-json.git" 33url { 34 src: 35 "https://github.com/melange-community/melange-json/releases/download/1.0.0/melange-json-1.0.0.tbz" 36 checksum: [ 37 "sha256=df8750ce83f1f20b3c044fbabdc198ee30885ea6b0626454f25b4aee0786aaa9" 38 "sha512=8fdc863e8779dae4181524ce95ee0482604ff2159236d5faa0139920255dc0379b4273147bb1e8cf1d1403d2692f1182ff67a233063c0b40a6a6aa57df82808a" 39 ] 40} 41x-commit-hash: "c3c70a61af5914aed6d3773afcc82773cb9d6041"