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/0.2.tar.gz" 41 checksum: [ 42 "md5=b3f8b2b783880b3c742b9cc205c2f757" 43 "sha512=5933baae0f71bc6ff0613d0ba29faccf6cee2f1fdabeae234fea2c7e9555512d8d7170c1b37ecb1569fe210e27a30330bbe714996601f42d220ada2244f443fb" 44 ] 45}