Skip to content

Commit

Permalink
Merge pull request ocaml#27108 from benbellick/opam-publish-ppx_deriv…
Browse files Browse the repository at this point in the history
…ing_decoders.0.2

Package ppx_deriving_decoders.0.2
  • Loading branch information
mseri authored Dec 16, 2024
2 parents b509fed + 9e5b962 commit 4c55f2a
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions packages/ppx_deriving_decoders/ppx_deriving_decoders.0.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Deriving Decoders using PPX"
description:
"Using mattjbray/ocaml-decoders, use a ppx to automatically generate instances of a decoder for a particular type using PPX."
maintainer: ["Ben Bellick <benbellick@pm.me>"]
authors: ["Ben Bellick <benbellick@pm.me>"]
license: "MIT"
tags: ["decoders" "decoding" "json" "ppx"]
homepage: "https://github.com/benbellick/ppx_deriving_decoders"
doc: "https://github.com/benbellick/ppx_deriving_decoders"
bug-reports: "https://github.com/benbellick/ppx_deriving_decoders/issues"
depends: [
"ocaml" {>= "4.08.0"}
"dune" {>= "3.11"}
"ppxlib" {>= "0.20.0"}
"decoders" {>= "0.5.0"}
"containers" {>= "2.8"}
"decoders-yojson" {with-test}
"ppx_inline_test" {with-test}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/benbellick/ppx_deriving_decoders.git"
url {
src:
"https://github.com/benbellick/ppx_deriving_decoders/archive/refs/tags/0.2.tar.gz"
checksum: [
"md5=b3f8b2b783880b3c742b9cc205c2f757"
"sha512=5933baae0f71bc6ff0613d0ba29faccf6cee2f1fdabeae234fea2c7e9555512d8d7170c1b37ecb1569fe210e27a30330bbe714996601f42d220ada2244f443fb"
]
}

0 comments on commit 4c55f2a

Please sign in to comment.