Skip to content

Commit 5c26b1b

Browse files
authored
Merge pull request #27760 from maxtori/opam-publish-ppx_deriving_encoding.0.4.1
Package ppx_deriving_encoding.0.4.1
2 parents 5fd2ab7 + 14ec1f2 commit 5c26b1b

File tree

1 file changed

+38
-0
lines changed
  • packages/ppx_deriving_encoding/ppx_deriving_encoding.0.4.1

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Ppx deriver for json-encoding"
4+
maintainer: ["[email protected]"]
5+
authors: ["Maxime Levillain <[email protected]>"]
6+
license: "LGPL-2.1-or-later"
7+
homepage: "https://gitlab.com/o-labs/ppx_deriving_encoding"
8+
bug-reports: "https://gitlab.com/o-labs/ppx_deriving_encoding/-/issues"
9+
depends: [
10+
"dune" {>= "2.8"}
11+
"ocaml" {>= "4.13"}
12+
"json-data-encoding" {>= "0.9"}
13+
"ppxlib" {>= "0.26.0" & < "0.36.0"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git://gitlab.com/o-labs/ppx_deriving_encoding"
31+
url {
32+
src:
33+
"https://gitlab.com/o-labs/ppx_deriving_encoding/-/archive/0.4.1/ppx_deriving_encoding-0.4.1.tar.gz"
34+
checksum: [
35+
"md5=48a4f66b4a3e4017d99de8861013b1c6"
36+
"sha512=c7cf2659ba8766bc5d89c119a87020271bce61409098fd88f9aac7c4cf5297ea697050a6510beb9a2414c4779900cd22b44efe710c3f6372d08ab2233229bd59"
37+
]
38+
}

0 commit comments

Comments
 (0)