File tree Expand file tree Collapse file tree 2 files changed +88
-0
lines changed
ppx_deriving_ezjsonm/ppx_deriving_ezjsonm.0.4.0
ppx_deriving_yaml/ppx_deriving_yaml.0.4.0 Expand file tree Collapse file tree 2 files changed +88
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Ezjsonm PPX"
3
+ description:
4
+ "Deriving conversion functions to and from JSON for your OCaml types."
5
+
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"
Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ synopsis: "Yaml PPX"
3
+ description:
4
+ "Deriving conversion functions to and from yaml for your OCaml types."
5
+
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"
You can’t perform that action at this time.
0 commit comments