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.0.0"} 11 "alcotest" {with-test} 12 "base" {>= "v0.12.0"} 13 "cmdliner" {>= "1.1.0"} 14 "dune" {>= "2.8"} 15 "dune" {with-test & < "3.0"} 16 "dune-build-info" 17 "either" 18 "fix" 19 "fpath" 20 "menhir" {>= "20201216"} 21 "menhirLib" {>= "20201216"} 22 "menhirSdk" {>= "20201216"} 23 "ocaml-version" {>= "3.3.0" & < "3.6.0"} 24 "ocamlformat-rpc-lib" {with-test & post & = version} 25 "ocp-indent" 26 "odoc-parser" {>= "1.0.0" & < "2.0.0"} 27 "re" {>= "1.7.2"} 28 "stdio" 29 "uuseg" {>= "10.0.0"} 30 "uutf" {>= "1.0.1"} 31 "csexp" {>= "1.4.0"} 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" 49license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 50url { 51 src: 52 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.22.4/ocamlformat-0.22.4.tbz" 53 checksum: [ 54 "sha256=eb54de2b81ac7cc2e68d81a7dc80b391a81b737fcfa3ef969ea91bdad6c9c060" 55 "sha512=2bdeb9abc5757176040f641b22c59ac2b038c3bc1c42ddf86422b80cb90278fbe8ca05d0f788be0375a632bb6584b8d165d07f9f84686c2174208a8c20324b13" 56 ] 57} 58x-commit-hash: "838ba9fa00cc27703441220b9a5d3880b17430fb" # 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