Skip to content

Commit

Permalink
[new release] ppx_yojson (1.2.0)
Browse files Browse the repository at this point in the history
CHANGES:

### Added

- Support `%ezjsonm` extension to output Ezjsonm-compatible values.
  (NathanReb/ppx_yojson#31, @mefyl)
- Add generic antiquotation syntax `[%aq ...]` (NathanReb/ppx_yojson#32, @NathanReb)
  • Loading branch information
NathanReb committed Feb 28, 2022
1 parent 9a1bb2d commit 4c67bcd
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions packages/ppx_yojson/ppx_yojson.1.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
synopsis: "PPX extension for Yojson literals and patterns"
maintainer: ["Nathan Rebours <[email protected]>"]
authors: ["Nathan Rebours <[email protected]>"]
license: "BSD-2"
homepage: "https://github.com/NathanReb/ppx_yojson"
bug-reports: "https://github.com/NathanReb/ppx_yojson/issues"
depends: [
"dune" {>= "2.2"}
"ocaml" {>= "4.08"}
"alcotest" {with-test}
"ppxlib" {>= "0.18.0"}
"ezjsonm" {with-test}
"yojson" {with-test & >= "1.6.0"}
]
build: [
["dune" "subst"] {pinned}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/NathanReb/ppx_yojson.git"
url {
src:
"https://github.com/NathanReb/ppx_yojson/releases/download/1.2.0/ppx_yojson-1.2.0.tbz"
checksum: [
"sha256=d12b59c88b8866d38a40d0e3eb3465727db35a19b27fdea739e9875628a10651"
"sha512=d3ec6e18e60eff1c3a7fbbadb852fbe2953f26735034c8aea494a7f1af3620a8d3a05e38d8ad7427871451e439fa359e1b96cf7a3ff936071e91e48a9fa4831f"
]
}
x-commit-hash: "fdbea680c877ce4afeff92fc018d75de26d672ad"

0 comments on commit 4c67bcd

Please sign in to comment.