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" {>= "4.02.1" & < "4.05"}
  "ppx_deriving" {>= "3.0" & < "4.3"}
  "ppx_tools" {>= "4.02.3"}
  "ocamlfind" {build}
  "cppo" {build}
  "cppo_ocamlbuild" {build}
  "result"
  "ounit" {with-test}
  "ppx_import" {with-test}
]
available: opam-version >= "1.2"
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.4.tar.gz"
  checksum: "md5=d26eab20880bf39724c3b839c8015701"
}
