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>"]
7license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] # 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
8homepage: "https://github.com/ocaml-ppx/ocamlformat"
9bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
10depends: [
11 "dune" {>= "2.8"}
12 "dune" {with-test & < "3.0"}
13 "ocaml" {>= "4.08" & < "4.14"}
14 "alcotest" {with-test}
15 "base" {>= "v0.12.0"}
16 "base-unix"
17 "cmdliner"
18 "cmdliner" {with-test & < "1.1.0"}
19 "dune-build-info"
20 "fix"
21 "fpath"
22 "menhir" {>= "20201216"}
23 "menhirLib" {>= "20201216"}
24 "menhirSdk" {>= "20201216"}
25 "ocp-indent"
26 "bisect_ppx" {dev & >= "2.5.0"}
27 "odoc-parser" {>= "0.9.0" & < "1.0.0"}
28 "re" {>= "1.7.2"}
29 "stdio"
30 "uuseg" {>= "10.0.0"}
31 "uutf" {>= "1.0.1"}
32 "odoc" {with-doc}
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"
49url {
50 src:
51 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.19.0/ocamlformat-0.19.0.tbz"
52 checksum: [
53 "sha256=62fc46aae8f0a4a33ce7f8d7726d7109bff615ea6fcb50d1482f21d20ee50f46"
54 "sha512=408b3af533169f201d7492be869f8ae4acde5583e01693c586929f44b76d569d3d6d555bc056378743d7cb3bd8e11ebc9cbd178ca196bcb82db33127d14902f8"
55 ]
56}
57x-commit-hash: "ba67af28ddca8718ef8816b2b0dc1e5b2f5e9591"