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.13"}
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"
32x-commit-hash: "3697f0f92854a681fd1156fe4f6fb97d060da1d8"
33url {
34 src:
35 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.18.0/ocamlformat-0.18.0.tbz"
36 checksum: [
37 "sha256=981a44296485da6ca29ab2cd8c711270398e5e1d1624408ec403c0b0ea9fe114"
38 "sha512=d1cbd63e4b82ff2e9ec0c96a9305704d3eea3e978c703ef9d1244853d8aaea912ad9f934379eeddfc1a0468b1cb1c2dc39ecf452189f2a35fa1ae53aec10b277"
39 ]
40}