diff --git a/packages/ppx_deriving/ppx_deriving.6.0.0/opam b/packages/ppx_deriving/ppx_deriving.6.0.0/opam new file mode 100644 index 00000000000..44364d2e3ee --- /dev/null +++ b/packages/ppx_deriving/ppx_deriving.6.0.0/opam @@ -0,0 +1,39 @@ +opam-version: "2.0" +maintainer: "whitequark " +authors: [ "whitequark " ] +license: "MIT" +homepage: "https://github.com/ocaml-ppx/ppx_deriving" +doc: "https://ocaml-ppx.github.io/ppx_deriving/" +bug-reports: "https://github.com/ocaml-ppx/ppx_deriving/issues" +dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving.git" +tags: [ "syntax" ] +build: [ + ["dune" "subst"] {dev} + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} + ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} +] +depends: [ + "ocaml" {>= "4.05.0"} + "dune" {>= "1.6.3"} + "cppo" {>= "1.1.0" & build} + "ocamlfind" + "ppx_derivers" + "ppxlib" {>= "0.32.0"} + "ounit2" {with-test} +] +synopsis: "Type-driven code generation for OCaml" +description: """ +ppx_deriving provides common infrastructure for generating +code based on type definitions, and a set of useful plugins +for common tasks. +""" +url { + src: + "https://github.com/ocaml-ppx/ppx_deriving/releases/download/6.0.0/ppx_deriving-6.0.0.tbz" + checksum: [ + "sha256=86bfb2af159b985974e12f5e940756d4641837376954601ecebe9f29568fac25" + "sha512=ff8900b66dbf3a8655c25845b237dd0e3639a98793f63511c3cc0011cd6985a362323b5368ffb738802478d722b6281bdac7f4f044676ccf14e2886167cdbd33" + ] +} +x-commit-hash: "928f1ca49ed6047695d28309d98bfd730f0796a1"