Skip to content

Commit

Permalink
[new release] melange-json (2 packages) (1.3.0)
Browse files Browse the repository at this point in the history
CHANGES:

- PPX: Qualify usages of infix operators with `Stdlib`
  ([melange-community/melange-json#11](melange-community/melange-json#11))
- Add `melange-json-native` package
  ([melange-community/melange-json#12](melange-community/melange-json#12))
  • Loading branch information
jchavarri authored and avsm committed Sep 5, 2024
1 parent 174a086 commit 88f7656
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/melange-json-native/melange-json-native.1.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
opam-version: "2.0"
synopsis: "Compositional JSON encode/decode PPX for OCaml"
description:
"A PPX for OCaml that automates encoding and decoding JSON into typed values. It supports custom encoders and decoders, and integrates with Yojson"
maintainer: [
"Antonio Nuno Monteiro <[email protected]>"
"Javier Chávarri <[email protected]>"
]
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"
"ppxlib"
"yojson" {>= "1.6.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@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.3.0/melange-json-1.3.0.tbz"
checksum: [
"sha256=9ed376e19793c536f8a8a388f0e1ce7e402d1fde85de4e941ab5bd1190b25ac5"
"sha512=3b66695707a6a7cf9fed59fef9ddb02504a4e85d14dd904764ea049c4e92d0910e1d68b4edfe2b8a1d2e1c984bd061d01d3866dd575bfd7c0573ff5a4865c616"
]
}
x-commit-hash: "5b6ec5f6cd7e0a4623592451769089755ebf83c9"
48 changes: 48 additions & 0 deletions packages/melange-json/melange-json.1.3.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
opam-version: "2.0"
synopsis: "Compositional JSON encode/decode library and PPX for Melange"
description:
"Provides tools for converting JSON to typed OCaml values in Melange. It includes custom encoders, decoders, and a PPX for automating these conversions."
maintainer: [
"Antonio Nuno Monteiro <[email protected]>"
"Javier Chávarri <[email protected]>"
]
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"
"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"
"@runtest" {with-test}
"@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.3.0/melange-json-1.3.0.tbz"
checksum: [
"sha256=9ed376e19793c536f8a8a388f0e1ce7e402d1fde85de4e941ab5bd1190b25ac5"
"sha512=3b66695707a6a7cf9fed59fef9ddb02504a4e85d14dd904764ea049c4e92d0910e1d68b4edfe2b8a1d2e1c984bd061d01d3866dd575bfd7c0573ff5a4865c616"
]
}
x-commit-hash: "5b6ec5f6cd7e0a4623592451769089755ebf83c9"

0 comments on commit 88f7656

Please sign in to comment.