···11+# This file is generated by dune, edit dune-project instead
22+opam-version: "2.0"
33+synopsis: "Auto-formatter for OCaml .mlx code"
44+description: """
55+**ocamlformat** is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style.
66+77+- **Profiles:** ocamlformat offers profiles we predefined formatting configurations. Profiles include `default`, `ocamlformat`, `janestreet`.
88+- **Configurable:** Users can change the formatting profile and configure every option in their `.ocamlformat` configuration file.
99+- **Format Comments:** ocamlformat can format comments, docstrings, and even code blocks in your comments.
1010+- **RPC:** ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code."""
1111+maintainer: ["Andrey Popp <me@andreypopp.com>"]
1212+authors: [
1313+ "Andrey Popp <me@andreypopp.com>"
1414+ "Josh Berdine <jjb@fb.com>"
1515+ "Hugo Heuzard <hugo.heuzard@gmail.com>"
1616+ "Etienne Millon <etienne@tarides.com>"
1717+ "Guillaume Petiot <guillaume@tarides.com>"
1818+ "Jules Aguillon <jules@j3s.fr>"
1919+]
2020+homepage: "https://github.com/ocaml-mlx/ocamlformat-mlx"
2121+bug-reports: "https://github.com/ocaml-mlx/ocamlformat-mlx/issues"
2222+depends: [
2323+ "ocaml" {>= "4.08" & < "5.3"}
2424+ "cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"}
2525+ "dune" {>= "2.8"}
2626+ "ocamlformat-mlx-lib" {= version}
2727+ "re" {>= "1.10.3"}
2828+ "odoc" {with-doc}
2929+]
3030+build: [
3131+ ["dune" "subst"] {dev}
3232+ [
3333+ "dune"
3434+ "build"
3535+ "-p"
3636+ name
3737+ "-j"
3838+ jobs
3939+ "@install"
4040+ "@runtest" {with-test}
4141+ "@doc" {with-doc}
4242+ ]
4343+]
4444+dev-repo: "git+https://github.com/ocaml-mlx/ocamlformat-mlx.git"
4545+# 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
4646+license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
4747+url {
4848+ src:
4949+ "https://github.com/andreypopp/ocamlformat-mlx/archive/refs/tags/0.26.2.0.tar.gz"
5050+ checksum: [
5151+ "md5=4b32d3b57da54157a0cd8f772094f4bc"
5252+ "sha512=367eeb5d81060a3efb584796cc72cc75d974975bb9b18be6284a86f5937edb90927368fd80e00b3f4c1894e609b4a1503c20d4495c624560243e5055f905390a"
5353+ ]
5454+}