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: [ "Guillaume Petiot " "Jules Aguillon " "Emile Trotignon " ] authors: [ "Josh Berdine " "Hugo Heuzard " "Etienne Millon " "Guillaume Petiot " "Jules Aguillon " ] license: "MIT" homepage: "https://github.com/ocaml-ppx/ocamlformat" bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} "csexp" {>= "1.4.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" url { src: "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.27.0/ocamlformat-0.27.0.tbz" checksum: [ "sha256=ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15" "sha512=4d2a8965a7b7ad45f8f4e76c01cf38bfa68462b07dfa7bdb2db23bd3e3017b214e6780f036679fa8595dde4167a01d957e3af8837274320449014e306773f917" ] } x-commit-hash: "5bac2e7f71d9b0a06bd1908dda9b13da1649eee1"