40 lines
1.3 KiB
Plaintext
Generated
40 lines
1.3 KiB
Plaintext
Generated
opam-version: "2.0"
|
|
maintainer: "whitequark <whitequark@whitequark.org>"
|
|
authors: [ "whitequark <whitequark@whitequark.org>" ]
|
|
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" & < "0.36.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/v6.0.3/ppx_deriving-6.0.3.tbz"
|
|
checksum: [
|
|
"sha256=374aa97b32c5e01c09a97810a48bfa218c213b5b649e4452101455ac19c94a6d"
|
|
"sha512=971443a5df0acbdad577360deed8c9af137695bec6d826ef517a382941371f3546aef53456dda7c89d0ed30fefadf45d5dae2a8b1940a75aee7f7382c68cedb0"
|
|
]
|
|
}
|
|
x-commit-hash: "275140702ca6f97e0407f80e86de9d3940ee3ac8"
|