this repo has no description
1opam-version: "2.0" 2maintainer: "Anders Fugmann <anders@fugmann.net>" 3authors: "Anders Fugmann" 4homepage: "https://github.com/andersfugmann/ppx_protocol_conv" 5dev-repo: "git+https://github.com/andersfugmann/ppx_protocol_conv" 6bug-reports: "https://github.com/andersfugmann/ppx_protocol_conv/issues" 7depends: ["ocaml" "ppx_protocol_conv"] 8post-messages: [ 9 "ppx_deriving_protocol has been renamed to ppx_protocol_conv" 10 "This virtual package only depends on ppx_protocol_conv." 11 "To uninstall this package run:" 12 " opam remove ppx_deriving_protocol" 13] 14synopsis: "Migrate to ppx_protocol_conv" 15description: """ 16The package has been renamed to ppx_protocol_conv. 17This Virtual package just depends on ppx_protocol_conv, 18and should not be installed"""