this repo has no description
0
fork

Configure Feed

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

Merge pull request #27154 from benbellick/opam-publish-ppx_deriving_decoders.1.0

Package ppx_deriving_decoders.1.0

authored by

Marcello Seri and committed by
GitHub
7990d7d2 9699c1b2

+45
+45
packages/ppx_deriving_decoders/ppx_deriving_decoders.1.0/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/1.0.tar.gz" 41 + checksum: [ 42 + "md5=9e806bddb897df2b8afedb51fd27a747" 43 + "sha512=e72a298330f1bac8405c55db54e93c04085c1adaeb28fa416ebe1e86019733fc9cffef793a660e2a08a27b4230b1d66173af7d800b198622f11e543f3387d20c" 44 + ] 45 + }