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"
depends: ["ocaml" "ppx_protocol_conv"]
post-messages: [
  "ppx_deriving_protocol has been renamed to ppx_protocol_conv"
  "This virtual package only depends on ppx_protocol_conv."
  "To uninstall this package run:"
  "  opam remove ppx_deriving_protocol"
]
synopsis: "Migrate to ppx_protocol_conv"
description: """
The package has been renamed to ppx_protocol_conv.
This Virtual package just depends on ppx_protocol_conv,
and should not be installed"""
