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: [ 6 "Guillaume Petiot <guillaume@tarides.com>" 7 "Jules Aguillon <jules@j3s.fr>" 8 "Emile Trotignon <emile@tarides.com>" 9] 10authors: [ 11 "Josh Berdine <jjb@fb.com>" 12 "Hugo Heuzard <hugo.heuzard@gmail.com>" 13 "Etienne Millon <etienne@tarides.com>" 14 "Guillaume Petiot <guillaume@tarides.com>" 15 "Jules Aguillon <jules@j3s.fr>" 16] 17license: "MIT" 18homepage: "https://github.com/ocaml-ppx/ocamlformat" 19bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 20depends: [ 21 "dune" {>= "2.8"} 22 "ocaml" {>= "4.08"} 23 "csexp" {>= "1.4.0"} 24 "odoc" {with-doc} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 41url { 42 src: 43 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.1/ocamlformat-0.26.1.tbz" 44 checksum: [ 45 "sha256=da006e427f15b9ec612fb808d446599bd9b7c3ee25abeb3d555747a70d74c6d7" 46 "sha512=b7413f8dc47ba3a2372e89d59cae54f9a602ab81e31cd14ed986a831111080b79a5a3cc45dac04d8ffae5054c35bf29fe9559f145c76c87a30e191ed5400942a" 47 ] 48} 49x-commit-hash: "6734dfc1992eb782f0a936ce3cd7c78b7c1d39d3"