this repo has no description

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

[new release] melange-json (1.2.0)

Changed files
+49
packages
melange-json
melange-json.1.2.0
+49
packages/melange-json/melange-json.1.2.0/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"Compositional JSON encode/decode library and PPX for Melange, with native compatibility"
+
description:
+
"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."
+
maintainer: [
+
"Antonio Nuno Monteiro <anmonteiro@gmail.com>"
+
"Javier Chávarri <javier.chavarri@gmail.com>"
+
]
+
authors: ["glennsl" "Andrey Popp"]
+
license: ["LGPL-3.0-only" "MPL-2.0"]
+
homepage: "https://github.com/melange-community/melange-json/"
+
bug-reports: "https://github.com/melange-community/melange-json/issues"
+
depends: [
+
"dune" {>= "3.9"}
+
"ocaml"
+
"melange" {>= "3.0.0"}
+
"melange-jest" {with-test}
+
"reason" {>= "3.10.0" & with-test}
+
"ppxlib"
+
"yojson" {>= "1.6.0"}
+
"opam-check-npm-deps" {with-test}
+
"ocaml-lsp-server" {with-test}
+
"ocamlformat" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/melange-community/melange-json.git"
+
url {
+
src:
+
"https://github.com/melange-community/melange-json/releases/download/1.2.0/melange-json-1.2.0.tbz"
+
checksum: [
+
"sha256=080f34a2d6ce9c75ead1ba28264a102fe5326d09cb5347774d917bc52613b5f7"
+
"sha512=9308b09562eba762e3f61f82fcdaa49ca726868e3f411c2b944d35f1d9476584a7f3e0b60d7b1a5d2a53c66a39468a663ae410d93151c02d944dcea27eb12054"
+
]
+
}
+
x-commit-hash: "ffb16e1562e752fc60c9cb8941eac5c56d73ec74"