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>"] 7license: "MIT" 8homepage: "https://github.com/ocaml-ppx/ocamlformat" 9bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 10depends: [ 11 "dune" {>= "2.8"} 12 "ocaml" {>= "4.08" & < "4.15"} 13 "csexp" 14 "sexplib0" 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 32url { 33 src: 34 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.20.0/ocamlformat-0.20.0.tbz" 35 checksum: [ 36 "sha256=26d98d0a0c236c2c941386d6a9d1f935cd984a2b7eade9304b8dc372f8887e09" 37 "sha512=4e95ed41d059e5a1bac520731182ac493f0ce2c6a3bc95eea50c750258cad32963da76044c966942b3cb8b248d7de2466c97257f907ca3c267384422f26044dd" 38 ] 39} 40x-commit-hash: "00dda7f9f641643b1124d6944078cc2532e9a683"