this repo has no description
1opam-version: "2.0"
2synopsis: "Auto-formatter for OCaml code"
3description:
4 "OCamlFormat is a tool to automatically format OCaml code in a uniform style."
5maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
6authors: ["Josh Berdine <jjb@fb.com>"]
7homepage: "https://github.com/ocaml-ppx/ocamlformat"
8bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
9depends: [
10 "ocaml" {>= "4.08" & < "5.2"}
11 "alcotest" {with-test & >= "1.3.0"}
12 "base" {>= "v0.12.0"}
13 "dune" {>= "2.8"}
14 "dune-build-info"
15 "either"
16 "fix"
17 "fpath"
18 "menhir" {>= "20201216"}
19 "menhirLib" {>= "20201216"}
20 "menhirSdk" {>= "20201216"}
21 "ocaml-version" {>= "3.5.0"}
22 "ocamlformat-rpc-lib" {with-test & = version}
23 "ocp-indent" {>= "1.8.0"}
24 "stdio"
25 "uuseg" {>= "10.0.0"}
26 "uutf" {>= "1.0.1"}
27 "csexp" {>= "1.4.0"}
28 "astring"
29 "result"
30 "camlp-streams"
31 "odoc" {with-doc}
32]
33build: [
34 ["dune" "subst"] {dev}
35 [
36 "dune"
37 "build"
38 "-p"
39 name
40 "-j"
41 jobs
42 "@install"
43 "@runtest" {with-test}
44 "@doc" {with-doc}
45 ]
46]
47dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
48license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
49url {
50 src:
51 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.25.1/ocamlformat-0.25.1.tbz"
52 checksum: [
53 "sha256=dc8f2a330ca3930b36cacb2623bb360ed8bdf6e4a8acd293dbd9e2241a6fd33d"
54 "sha512=b28f545425fb5375447c90022d065dc7fd51ed2f66d8c1f65a71a6ad2465d039a8686e8f18249e5ad3a2362fee6149c855ef30eb45fb9d06d743a53d26b3e26f"
55 ]
56}
57x-commit-hash: "651f767b48e14ba6b24db9421306942d9e51adcc" # OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license