forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[new release] melange-json (2 packages) (1.3.0)
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
Showing
2 changed files
with
91 additions
and
0 deletions.
There are no files selected for viewing
43 changes: 43 additions & 0 deletions
43
packages/melange-json-native/melange-json-native.1.3.0/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |