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 "cmdliner" {>= "1.1.0"} 12 "dune" {>= "2.8"} 13 "ocamlformat-lib" {= version} 14 "ocamlformat-rpc-lib" {with-test & = version} 15 "re" {>= "1.10.3"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 33license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 34url { 35 src: 36 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.25.1/ocamlformat-0.25.1.tbz" 37 checksum: [ 38 "sha256=dc8f2a330ca3930b36cacb2623bb360ed8bdf6e4a8acd293dbd9e2241a6fd33d" 39 "sha512=b28f545425fb5375447c90022d065dc7fd51ed2f66d8c1f65a71a6ad2465d039a8686e8f18249e5ad3a2362fee6149c855ef30eb45fb9d06d743a53d26b3e26f" 40 ] 41} 42x-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