this repo has no description
1opam-version: "2.0" 2synopsis: 3 "Compositional JSON encode/decode library and PPX for Melange, with native compatibility" 4description: 5 "Provides encoders and decoders to convert JSON values into typed values. With the possibility to create custom encoders and decoders and automate them with a PPX." 6maintainer: [ 7 "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 8 "Javier Chávarri <javier.chavarri@gmail.com>" 9] 10authors: ["glennsl" "Andrey Popp"] 11license: ["LGPL-3.0-only" "MPL-2.0"] 12homepage: "https://github.com/melange-community/melange-json/" 13bug-reports: "https://github.com/melange-community/melange-json/issues" 14depends: [ 15 "dune" {>= "3.9"} 16 "ocaml" 17 "melange" {>= "3.0.0"} 18 "melange-jest" {with-test} 19 "reason" {>= "3.10.0" & with-test} 20 "ppxlib" 21 "yojson" {>= "1.6.0"} 22 "opam-check-npm-deps" {with-test} 23 "ocaml-lsp-server" {with-test} 24 "ocamlformat" {with-test} 25 "odoc" {with-doc} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/melange-community/melange-json.git" 41url { 42 src: 43 "https://github.com/melange-community/melange-json/releases/download/1.2.0/melange-json-1.2.0.tbz" 44 checksum: [ 45 "sha256=080f34a2d6ce9c75ead1ba28264a102fe5326d09cb5347774d917bc52613b5f7" 46 "sha512=9308b09562eba762e3f61f82fcdaa49ca726868e3f411c2b944d35f1d9476584a7f3e0b60d7b1a5d2a53c66a39468a663ae410d93151c02d944dcea27eb12054" 47 ] 48} 49x-commit-hash: "ffb16e1562e752fc60c9cb8941eac5c56d73ec74"