Skip to content

Commit

Permalink
Add ppx_deriving_yojson 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeclerck committed Oct 23, 2023
1 parent 1de7e6c commit 224d1be
Showing 1 changed file with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "JSON codec generator for OCaml"
description: """\
ppx_deriving_yojson is a ppx_deriving plugin that provides
a JSON codec generator."""
maintainer: "whitequark <[email protected]>"
authors: "whitequark <[email protected]>"
license: "MIT"
tags: ["syntax" "json"]
homepage: "https://github.com/ocaml-ppx/ppx_deriving_yojson"
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving_yojson/issues"
depends: [
"ocaml-osx" {>= "4.05.0"}
"dune" {>= "1.0"}
"yojson" {>= "1.6.0"}
"yojson-osx" {>= "1.6.0"}
"result"
"result-osx"
"ppx_deriving" {>= "5.1"}
"ppx_deriving-osx" {>= "5.1"}
"ppxlib" {>= "0.26.0"}
"ppxlib-osx" {>= "0.26.0"}
"ounit2" {with-test}
"ppx_deriving_yojson" {= version}
]
build: [
["dune" "subst"] {dev}
["dune" "build" "-p" "ppx_deriving_yojson" "-j" jobs "-x" "osx"]
]
dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving_yojson.git"
url {
src:
"https://github.com/ocaml-ppx/ppx_deriving_yojson/releases/download/v3.7.0/ppx_deriving_yojson-3.7.0.tar.gz"
checksum: [
"md5=456be82acb16bbf6be12ab01f9dfaa94"
"sha512=6aa8b3a6e60afd1ce68995bad6776c975b3640303b2049233e661c46300abea1f48916d4e876412de49f35744f31b99c29736e2bb974e1b4a494b0932bbd6e80"
]
}

0 comments on commit 224d1be

Please sign in to comment.