Skip to content

Commit 233aad6

Browse files
authored
Merge pull request #26903 from patricoferris/release-ppx_deriving_yaml-v0.4.0
[new release] ppx_deriving_yaml (2 packages) (0.4.0)
2 parents 537aaa5 + cd8709c commit 233aad6

File tree

2 files changed

+88
-0
lines changed
  • packages
    • ppx_deriving_ezjsonm/ppx_deriving_ezjsonm.0.4.0
    • ppx_deriving_yaml/ppx_deriving_yaml.0.4.0

2 files changed

+88
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "Ezjsonm PPX"
3+
description:
4+
"Deriving conversion functions to and from JSON for your OCaml types."
5+
maintainer: ["[email protected]"]
6+
authors: ["Patrick Ferris"]
7+
license: "ISC"
8+
tags: ["ppx" "deriver" "json"]
9+
homepage: "https://github.com/patricoferris/ppx_deriving_yaml"
10+
bug-reports: "https://github.com/patricoferris/ppx_deriving_yaml/issues"
11+
depends: [
12+
"dune" {>= "3.14"}
13+
"ezjsonm"
14+
"alcotest" {with-test}
15+
"mdx" {with-test & >= "2.4.1"}
16+
"ppx_deriving" {with-test}
17+
"ocaml" {>= "4.08.1"}
18+
"ppxlib" {>= "0.25.0"}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/patricoferris/ppx_deriving_yaml.git"
36+
url {
37+
src:
38+
"https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v0.4.0/ppx_deriving_yaml-0.4.0.tbz"
39+
checksum: [
40+
"sha256=315c02140658f548b580e7247db6e3f3cdb0d9a9681c21a6261a4bd410d41008"
41+
"sha512=950f765c9c221c2413e5d96f05dd14af1d64e218657041be22e9dcce30f2409a496a81661e84c9aed651b4a2444a0efc293ec2d306aa8b622ddd7d678a92cf20"
42+
]
43+
}
44+
x-commit-hash: "79bde82094a56790c89adeff77021b4a30b3fc7f"
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "Yaml PPX"
3+
description:
4+
"Deriving conversion functions to and from yaml for your OCaml types."
5+
maintainer: ["[email protected]"]
6+
authors: ["Patrick Ferris"]
7+
license: "ISC"
8+
tags: ["ppx" "deriver" "yaml"]
9+
homepage: "https://github.com/patricoferris/ppx_deriving_yaml"
10+
bug-reports: "https://github.com/patricoferris/ppx_deriving_yaml/issues"
11+
depends: [
12+
"dune" {>= "3.14"}
13+
"yaml"
14+
"alcotest" {with-test}
15+
"mdx" {with-test & >= "2.4.1"}
16+
"ppx_deriving" {with-test}
17+
"ocaml" {>= "4.08.1"}
18+
"ppxlib" {>= "0.25.0"}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/patricoferris/ppx_deriving_yaml.git"
36+
url {
37+
src:
38+
"https://github.com/patricoferris/ppx_deriving_yaml/releases/download/v0.4.0/ppx_deriving_yaml-0.4.0.tbz"
39+
checksum: [
40+
"sha256=315c02140658f548b580e7247db6e3f3cdb0d9a9681c21a6261a4bd410d41008"
41+
"sha512=950f765c9c221c2413e5d96f05dd14af1d64e218657041be22e9dcce30f2409a496a81661e84c9aed651b4a2444a0efc293ec2d306aa8b622ddd7d678a92cf20"
42+
]
43+
}
44+
x-commit-hash: "79bde82094a56790c89adeff77021b4a30b3fc7f"

0 commit comments

Comments
 (0)