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.9"} 15 "ocaml" 16 "melange" {>= "3.0.0"} 17 "melange-jest" {with-test} 18 "reason" {>= "3.10.0" & with-test} 19 "opam-check-npm-deps" {with-test} 20 "ocaml-lsp-server" {with-test} 21 "odoc" {with-doc} 22] 23build: [ 24 ["dune" "subst"] {dev} 25 [ 26 "dune" 27 "build" 28 "-p" 29 name 30 "-j" 31 jobs 32 "@install" 33 "@doc" {with-doc} 34 ] 35] 36dev-repo: "git+https://github.com/melange-community/melange-json.git" 37url { 38 src: 39 "https://github.com/melange-community/melange-json/releases/download/1.1.0/melange-json-1.1.0.tbz" 40 checksum: [ 41 "sha256=dfbe86e09c733fbb29ae7cdbce871cf59a7a133e9f02e638384df6fc732b308a" 42 "sha512=4012054e82f1c3ad45e7185e0828f069d2b216a04141fb3e0c178a7d745ff958eb826a8dcd2987aec588c659471527ad179cb114c342f608c9e5877afab270c8" 43 ] 44} 45x-commit-hash: "5f884a577dd3b7064fc3f2f64cd2362d3c0f7e74"