opam-version: "2.0"
synopsis: "PPX deriver for reflection"
description: """
PPX deriver for reflection
"""
maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
license: "BSD-2-Clause"
homepage: "https://github.com/thierry-martinez/refl"
doc: "https://github.com/thierry-martinez/refl"
bug-reports: "https://github.com/thierry-martinez/refl"
depends: [
  "ocaml" {>= "4.03.0"}
  "dune" {>= "1.11.0"}
  "stdcompat" {>= "14"}
  "fix" {>= "20200131"}
  "metapp" {>= "0.3.0" & < "0.4.0"}
  "metaquot" {>= "0.3.0" & < "0.4.0"}
  "traverse" {>= "0.3.0"}
  "odoc" {with-doc & >= "1.5.1"}
]
build: [
  ["dune" "subst"] {pinned}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/thierry-martinez/refl"
url {
  src: "https://github.com/thierry-martinez/refl/archive/v0.3.0.tar.gz"
  checksum: "sha512=90d605f48e8442e68b7ab6e9697070229775b7840f7519d310d7408ac6988e60558d1b6da153dc318ca2b104e824b41a566835d1a6dec17741f6b7cd34dfe3aa"
}
