# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "OCaml .mlx Code Formatter" description: "OCamlFormat is a tool to automatically format OCaml .mlx code in a uniform style." maintainer: ["Andrey Popp "] authors: [ "Andrey Popp " "Josh Berdine " "Hugo Heuzard " "Etienne Millon " "Guillaume Petiot " "Jules Aguillon " ] homepage: "https://github.com/ocaml-mlx/ocamlformat-mlx" bug-reports: "https://github.com/ocaml-mlx/ocamlformat-mlx/issues" depends: [ "ocaml" {>= "4.08" & < "5.3"} "alcotest" {with-test & >= "1.3.0"} "base" {>= "v0.12.0"} "dune" {>= "2.8"} "dune-build-info" "either" "fix" "fpath" "menhir" {>= "20201216"} "menhirLib" {>= "20201216"} "menhirSdk" {>= "20201216"} "ocaml-version" {>= "3.5.0"} "ocamlformat-rpc-lib" {with-test & = version} "ocp-indent" {with-test = "false" & >= "1.8.0" | with-test & >= "1.8.1"} "stdio" "uuseg" {>= "10.0.0"} "uutf" {>= "1.0.1"} "csexp" {>= "1.4.0"} "astring" "result" "camlp-streams" "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocaml-mlx/ocamlformat-mlx.git" # 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 license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] url { src: "https://github.com/andreypopp/ocamlformat-mlx/archive/refs/tags/0.26.2.0.tar.gz" checksum: [ "md5=4b32d3b57da54157a0cd8f772094f4bc" "sha512=367eeb5d81060a3efb584796cc72cc75d974975bb9b18be6284a86f5937edb90927368fd80e00b3f4c1894e609b4a1503c20d4495c624560243e5055f905390a" ] }