this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #27108 from benbellick/opam-publish-ppx_deriving_decoders.0.2

Package ppx_deriving_decoders.0.2

authored by

Marcello Seri and committed by
GitHub
4c55f2ac b509fed5

+45
+45
packages/ppx_deriving_decoders/ppx_deriving_decoders.0.2/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Deriving Decoders using PPX" 4 + description: 5 + "Using mattjbray/ocaml-decoders, use a ppx to automatically generate instances of a decoder for a particular type using PPX." 6 + maintainer: ["Ben Bellick <benbellick@pm.me>"] 7 + authors: ["Ben Bellick <benbellick@pm.me>"] 8 + license: "MIT" 9 + tags: ["decoders" "decoding" "json" "ppx"] 10 + homepage: "https://github.com/benbellick/ppx_deriving_decoders" 11 + doc: "https://github.com/benbellick/ppx_deriving_decoders" 12 + bug-reports: "https://github.com/benbellick/ppx_deriving_decoders/issues" 13 + depends: [ 14 + "ocaml" {>= "4.08.0"} 15 + "dune" {>= "3.11"} 16 + "ppxlib" {>= "0.20.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 + ] 23 + build: [ 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 + ] 37 + dev-repo: "git+https://github.com/benbellick/ppx_deriving_decoders.git" 38 + url { 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 + }