Skip to content

Commit c44248f

Browse files
authored
Merge pull request #28193 from kit-ty-kate/opam-publish-ppx_deriving.6.1.1
Package ppx_deriving.6.1.1
2 parents ab1a462 + 9b8eca9 commit c44248f

File tree

1 file changed

+37
-0
lines changed
  • packages/ppx_deriving/ppx_deriving.6.1.1

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
opam-version: "2.0"
2+
synopsis: "Type-driven code generation for OCaml"
3+
description: """\
4+
ppx_deriving provides common infrastructure for generating
5+
code based on type definitions, and a set of useful plugins
6+
for common tasks."""
7+
maintainer: "whitequark <whitequark@whitequark.org>"
8+
authors: "whitequark <whitequark@whitequark.org>"
9+
license: "MIT"
10+
tags: "syntax"
11+
homepage: "https://github.com/ocaml-ppx/ppx_deriving"
12+
doc: "https://ocaml-ppx.github.io/ppx_deriving/"
13+
bug-reports: "https://github.com/ocaml-ppx/ppx_deriving/issues"
14+
depends: [
15+
"ocaml" {>= "4.05.0"}
16+
"dune" {>= "1.6.3"}
17+
"cppo" {>= "1.1.0" & build}
18+
"ocamlfind"
19+
"ppx_derivers"
20+
"ppxlib" {>= "0.36.0"}
21+
"ounit2" {with-test}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
["dune" "build" "-p" name "-j" jobs]
26+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
27+
["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
28+
]
29+
dev-repo: "git+https://github.com/ocaml-ppx/ppx_deriving.git"
30+
url {
31+
src:
32+
"https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.1.1/ppx_deriving-6.1.1.tar.gz"
33+
checksum: [
34+
"md5=3208e6028fbb5a417f751d3529eae031"
35+
"sha512=9d64fd1a7c908e70ac11164db6732d69e74eac28c29ba6d76d40711554615c0af5a8c491eb6f05181b99294b50fc2c50b454b6d75d022db9d33133188d071102"
36+
]
37+
}

0 commit comments

Comments
 (0)