Skip to content

Commit

Permalink
Merge pull request ocaml#26304 from NathanReb/release-ppx_deriving_yo…
Browse files Browse the repository at this point in the history
…json-v3.9.0

[new release] ppx_deriving_yojson (3.9.0)
  • Loading branch information
mseri authored Jul 30, 2024
2 parents cfdf839 + f1dcafd commit 7cef2ca
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/ppx_deriving_yojson/ppx_deriving_yojson.3.9.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
opam-version: "2.0"
maintainer: "whitequark <[email protected]>"
authors: [ "whitequark <[email protected]>" ]
license: "MIT"
homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson"
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues"
dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git"
tags: [ "syntax" "json" ]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.05.0"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"ppx_deriving" {>= "5.1"}
"ppxlib" {>= "0.30.0"}
"ounit2" {with-test}
]
synopsis:
"JSON codec generator for OCaml"
description: """
ppx_deriving_yojson is a ppx_deriving plugin that provides
a JSON codec generator.
"""
url {
src:
"https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.9.0/ppx_deriving_yojson-3.9.0.tbz"
checksum: [
"sha256=6745f4f6615c918b0b00296161e0da20c1a6b2b8650bf1b7a5313f94171c4047"
"sha512=c91a5ce823b1785d071358511b8851bb3ddd3a5cb1ee1e1d3fb95949c6a49d106398ea4bcc7ed9ebb338838ac6280d2128cb574e542c004e3787a0cfafce4a82"
]
}
x-commit-hash: "ce33d1e55d526663ddc1f182fc7abda19bc12885"

0 comments on commit 7cef2ca

Please sign in to comment.