this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26366 from jchavarri/release-melange-json-1.2.0

[new release] melange-json (1.2.0)

authored by

Anil Madhavapeddy and committed by
GitHub
0f2e2e7a b3c56e94

+49
+49
packages/melange-json/melange-json.1.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: 3 + "Compositional JSON encode/decode library and PPX for Melange, with native compatibility" 4 + description: 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." 6 + maintainer: [ 7 + "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 8 + "Javier Chávarri <javier.chavarri@gmail.com>" 9 + ] 10 + authors: ["glennsl" "Andrey Popp"] 11 + license: ["LGPL-3.0-only" "MPL-2.0"] 12 + homepage: "https://github.com/melange-community/melange-json/" 13 + bug-reports: "https://github.com/melange-community/melange-json/issues" 14 + depends: [ 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 + ] 27 + build: [ 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 + ] 40 + dev-repo: "git+https://github.com/melange-community/melange-json.git" 41 + url { 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 + } 49 + x-commit-hash: "ffb16e1562e752fc60c9cb8941eac5c56d73ec74"