Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] ppx_deriving_yojson (3.6.0) #17586

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions packages/ppx_deriving_yojson/ppx_deriving_yojson.3.6.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
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" & < "2.0.0"}
"result"
"ppx_deriving" {>= "5.0"}
"ppxlib" {>= "0.9.0" & < "0.14.0"}
"ounit" {with-test & >= "2.0.0"}
]
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.6.0/ppx_deriving_yojson-v3.6.0.tbz"
checksum: [
"sha256=4573f0c0fac1830fc999f5cf7be6dbc01a48ec53ba2307a2d8b050021368f6e8"
"sha512=81f2f04afee171b9a231a2b413ef1c747e818b80be36f3090fc359e45d98cae0f22f94997da1e3e830036c0457235f517639f34e30618ca7e5c3e8eaa4fe8bf8"
]
}
x-commit-hash: "f8186833bb6ee1fa7733dc3df63ea44a85a13a60"