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.1/ocamlformat-0.20.1.tbz" 35 checksum: [ 36 "sha256=7d3a51645416fa78287344fa03af6b78450067a1a61e4790bf1b29779cd10235" 37 "sha512=8cc8bc9ebf822b18cf54f2f5b0b61c7bf775a1de9b984f57448dcee391627a08d43e7b15a2cfbd287f5ae16b3b9dd18c42086b59ccfbe3174184418652c4f668" 38 ] 39} 40x-commit-hash: "74668925ca977e252acb084bd139b3077cf95b58"