Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"OCamlFormat is a tool to automatically format OCaml code in a uniform style.")
(depends
(ocaml
(>= 4.08))
(>= 4.14))
(alcotest
(and
:with-test
Expand Down Expand Up @@ -94,7 +94,7 @@
"**ocamlformat** is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style.\n\n- **Profiles:** ocamlformat offers profiles we predefined formatting configurations. Profiles include `default`, `ocamlformat`, `janestreet`.\n- **Configurable:** Users can change the formatting profile and configure every option in their `.ocamlformat` configuration file.\n- **Format Comments:** ocamlformat can format comments, docstrings, and even code blocks in your comments.\n- **RPC:** ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code.")
(depends
(ocaml
(>= 4.08))
(>= 4.14))
(cmdliner
(or
(and
Expand Down
2 changes: 1 addition & 1 deletion ocamlformat-lib.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors: [
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
"ocaml" {>= "4.08"}
"ocaml" {>= "4.14"}
"alcotest" {with-test & >= "1.3.0"}
"base" {>= "v0.12.0"}
"cmdliner" {>= "1.1.0"}
Expand Down
2 changes: 1 addition & 1 deletion ocamlformat.opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ authors: [
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
"ocaml" {>= "4.08"}
"ocaml" {>= "4.14"}
"cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"}
"csexp" {>= "1.4.0"}
"dune" {>= "2.8"}
Expand Down
Loading