this repo has no description
1opam-version: "2.0" 2synopsis: "Auto-formatter for OCaml code (RPC mode)" 3description: 4 "OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat" 5maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"] 6authors: ["Josh Berdine <jjb@fb.com>"] 7homepage: "https://github.com/ocaml-ppx/ocamlformat" 8bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 9depends: [] 10build: [] 11dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 12license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 13messages: [ 14 "The `ocamlformat` package ships the RPC mode since version 0.22.4. This package is no longer necessary." {installed} 15] 16conflicts: [ 17 "ocamlformat" {< "0.22.4"} 18]