this repo has no description

Prevent install ocamlformat-rpc using a dummy package

The RPC feature is now part of the main `ocamlformat` package and this
package is no longer useful.

This adds a new `ocamlformat-rpc` version compatible with
`ocamlformat >= 0.22.4` that does not install anything and show an
information message.

This prevents the default behavior of downgrading `ocamlformat` to
install an older version of `ocamlformat-rpc`, which is not the
intention.

Changed files
+18
packages
ocamlformat-rpc
ocamlformat-rpc.removed
+18
packages/ocamlformat-rpc/ocamlformat-rpc.removed/opam
···
+
opam-version: "2.0"
+
synopsis: "Auto-formatter for OCaml code (RPC mode)"
+
description:
+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat"
+
maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
+
authors: ["Josh Berdine <jjb@fb.com>"]
+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
+
depends: []
+
build: []
+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
+
license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
+
messages: [
+
"DEPRECATED. OCamlFormat ships the RPC mode by default since version 0.22.4. This package is not necessary." {installed}
+
]
+
conflicts: [
+
"ocamlformat" {< "0.22.4"}
+
]