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 "ocaml-version" {>= "2.6.0"}
14 "ocamlformat-rpc-lib"
15 "alcotest" {with-test}
16 "base" {>= "v0.12.0"}
17 "base-unix"
18 "cmdliner" {< "1.1.0"}
19 "dune-build-info"
20 "fix"
21 "fpath"
22 "menhir" {>= "20180528"}
23 "menhirLib" {>= "20200624"}
24 "menhirSdk" {>= "20200624"}
25 "ocp-indent" {with-test}
26 "bisect_ppx" {dev & >= "2.5.0"}
27 "odoc" {>= "1.4.2" & < "2.0.0"}
28 "ppxlib" {>= "0.22.0" & < "0.23.0"}
29 "re" {>= "1.8.0"}
30 "stdio"
31 "uuseg" {>= "10.0.0"}
32 "uutf" {>= "1.0.1"}
33]
34build: [
35 ["dune" "subst"] {dev}
36 [
37 "dune"
38 "build"
39 "-p"
40 name
41 "-j"
42 jobs
43 "@install"
44 "@runtest" {with-test}
45 "@doc" {with-doc}
46 ]
47]
48dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
49x-commit-hash: "3697f0f92854a681fd1156fe4f6fb97d060da1d8"
50url {
51 src:
52 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.18.0/ocamlformat-0.18.0.tbz"
53 checksum: [
54 "sha256=981a44296485da6ca29ab2cd8c711270398e5e1d1624408ec403c0b0ea9fe114"
55 "sha512=d1cbd63e4b82ff2e9ec0c96a9305704d3eea3e978c703ef9d1244853d8aaea912ad9f934379eeddfc1a0468b1cb1c2dc39ecf452189f2a35fa1ae53aec10b277"
56 ]
57}