From 14665091281844b8174437842a44641c16be6705 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Wed, 24 Apr 2024 11:07:05 +0200 Subject: [PATCH] [new-release] ppx_deriving_yojson 3.8.0 Signed-off-by: Nathan Rebours --- .../ppx_deriving_yojson.3.8.0/opam | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 packages/ppx_deriving_yojson/ppx_deriving_yojson.3.8.0/opam diff --git a/packages/ppx_deriving_yojson/ppx_deriving_yojson.3.8.0/opam b/packages/ppx_deriving_yojson/ppx_deriving_yojson.3.8.0/opam new file mode 100644 index 000000000000..86efbca41e7d --- /dev/null +++ b/packages/ppx_deriving_yojson/ppx_deriving_yojson.3.8.0/opam @@ -0,0 +1,34 @@ +opam-version: "2.0" +maintainer: "whitequark " +authors: [ "whitequark " ] +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/archive/4386d240589d5b1372d9ce3bf8654fca45c07ac8.tar.gz" + checksum: [ + "sha256=6a0a856bb54ba1a1d5a60aa60474407a9c73d12622b8cc12364b05a265154ad8" + "sha512=1ffd8a5453cc94b4fa819b33f500d3c34d4ca58a53565d1697d63482e165efcd1a43888f513a43fd25c14002f62a2f8ff435c1e0bba222d4a8d0c44c5c6920c9" + ] +}