opam-version: "2.0"
maintainer: "Christoph Höger <christoph.hoeger@tu-berlin.de>"
authors: "Christoph Höger <christoph.hoeger@tu-berlin.de>"
homepage: "https://github.com/choeger/ppx_deriving_morphism"
bug-reports: "https://github.com/choeger/ppx_deriving_morphism/issues"
license: "BSD-3-Clause"
tags: "syntax"
dev-repo: "git://github.com/choeger/ppx_deriving_morphism.git"
substs: "pkg/META"
build: [
  [
    "ocaml"
    "pkg/build.ml"
    "native=%{ocaml:native}%"
    "native-dynlink=%{ocaml:native-dynlink}%"
  ]
  [
    "ocamlbuild"
    "-classic-display"
    "-use-ocamlfind"
    "src_test/test_ppx_morphism.byte"
    "--"
  ] {with-test}
]
depends: [
  "ocaml"
  "ppx_deriving" {>= "3.0" & < "4.0"}
  "ocamlfind" {build}
  "ounit" {with-test}
  "ppx_import" {with-test}
]
synopsis: "Morphism generator for OCaml >=4.02"
description: """
ppx_deriving_morphism is a ppx_deriving plugin that provides
a generator for records implementing openly recursive map and fold routines
for arbitrary data structures."""
url {
  src: "https://github.com/choeger/ppx_deriving_morphism/archive/v0.3.tar.gz"
  checksum: "md5=91edff76f7a88440991a7006cf58be50"
}
