opam-version: "2.0"
maintainer: "Anders Fugmann <anders@fugmann.net>"
authors: "Anders Fugmann"
homepage: "https://github.com/andersfugmann/ppx_protocol_conv"
dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv"
bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.04.0"}
  "ppx_protocol_conv" {>= "2.0.0" & <= "3.1.1"}
  "base" {< "v0.15"}
  "xml-light"
  "jbuilder"
]
synopsis: "Xml driver for Ppx_protocol_conv"
description: """
This package provides a driver for xml (Xml.t) serialization and
de-serialization using the xml-light library"""
url {
  src:
    "https://github.com/andersfugmann/ppx_protocol_conv/archive/2.0.0.tar.gz"
  checksum: "md5=7d084e16ce4949932ee5ebdd6c79baa6"
}
