this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Deriving Decoders using PPX"
4description:
5 "Using mattjbray/ocaml-decoders, use a ppx to automatically generate instances of a decoder for a particular type using PPX."
6maintainer: ["Ben Bellick <benbellick@pm.me>"]
7authors: ["Ben Bellick <benbellick@pm.me>"]
8license: "MIT"
9tags: ["decoders" "decoding" "json" "ppx"]
10homepage: "https://github.com/benbellick/ppx_deriving_decoders"
11doc: "https://github.com/benbellick/ppx_deriving_decoders"
12bug-reports: "https://github.com/benbellick/ppx_deriving_decoders/issues"
13depends: [
14 "ocaml" {>= "4.08.0"}
15 "dune" {>= "3.11"}
16 "ppxlib" {>= "0.20.0" & < "0.36.0"}
17 "decoders" {>= "0.5.0"}
18 "containers" {>= "2.8"}
19 "decoders-yojson" {with-test}
20 "ppx_inline_test" {with-test}
21 "odoc" {with-doc}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/benbellick/ppx_deriving_decoders.git"
38url {
39 src:
40 "https://github.com/benbellick/ppx_deriving_decoders/archive/refs/tags/1.0.tar.gz"
41 checksum: [
42 "md5=9e806bddb897df2b8afedb51fd27a747"
43 "sha512=e72a298330f1bac8405c55db54e93c04085c1adaeb28fa416ebe1e86019733fc9cffef793a660e2a08a27b4230b1d66173af7d800b198622f11e543f3387d20c"
44 ]
45}