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" {>= "1.4.0"}
14 "odoc" {with-doc}
15]
16build: [
17 ["dune" "subst"] {dev}
18 [
19 "dune"
20 "build"
21 "-p"
22 name
23 "-j"
24 jobs
25 "@install"
26 "@runtest" {with-test}
27 "@doc" {with-doc}
28 ]
29]
30dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
31url {
32 src:
33 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.21.0/ocamlformat-0.21.0.tbz"
34 checksum: [
35 "sha256=2a1817f6bc581ff0cce9f0aa9687b897b02726e2ab75749ee98d57637057332d"
36 "sha512=db47f843bfc5a438d43f7c482cde86bd13f05a6825e2a0afa80614b651a88ae8b3805cca45da6bcf9189e741e0c79d38652b0bc47efe636c1502a66676dcb28e"
37 ]
38}
39x-commit-hash: "63e478f1186a03c7e4dfeeb39b3d8fe2ef1cb429"