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 "dune" {>= "2.8"} 11 "dune" {with-test & < "3.0"} 12 "ocaml" {>= "4.08" & < "4.15"} 13 "alcotest" {with-test} 14 "base" {>= "v0.12.0" & < "v0.15"} 15 "cmdliner" 16 "cmdliner" {with-test & < "1.1.0"} 17 "dune-build-info" 18 "either" 19 "fix" 20 "fpath" 21 "menhir" {>= "20201216"} 22 "menhirLib" {>= "20201216"} 23 "menhirSdk" {>= "20201216"} 24 "ocaml-version" {>= "3.3.0" & < "3.6.0"} 25 "ocp-indent" 26 "odoc-parser" {>= "1.0.0" & < "2.0.0"} 27 "re" {>= "1.7.2"} 28 "stdio" {< "v0.15"} 29 "uuseg" {>= "10.0.0"} 30 "uutf" {>= "1.0.1"} 31 "odoc" {with-doc} 32] 33build: [ 34 ["dune" "subst"] {dev} 35 [ 36 "dune" 37 "build" 38 "-p" 39 name 40 "-j" 41 jobs 42 "@install" 43 "@runtest" {with-test} 44 "@doc" {with-doc} 45 ] 46] 47dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 48license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 49url { 50 src: 51 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.20.1/ocamlformat-0.20.1.tbz" 52 checksum: [ 53 "sha256=7d3a51645416fa78287344fa03af6b78450067a1a61e4790bf1b29779cd10235" 54 "sha512=8cc8bc9ebf822b18cf54f2f5b0b61c7bf775a1de9b984f57448dcee391627a08d43e7b15a2cfbd287f5ae16b3b9dd18c42086b59ccfbe3174184418652c4f668" 55 ] 56} 57x-commit-hash: "74668925ca977e252acb084bd139b3077cf95b58" # 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