this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml Code Formatter" 3description: 4 "OCamlFormat is a tool to automatically format OCaml code in a uniform style." 5maintainer: [ 6 "Guillaume Petiot <guillaume@tarides.com>" 7 "Jules Aguillon <jules@j3s.fr>" 8 "Emile Trotignon <emile@tarides.com>" 9] 10authors: [ 11 "Josh Berdine <jjb@fb.com>" 12 "Hugo Heuzard <hugo.heuzard@gmail.com>" 13 "Etienne Millon <etienne@tarides.com>" 14 "Guillaume Petiot <guillaume@tarides.com>" 15 "Jules Aguillon <jules@j3s.fr>" 16] 17homepage: "https://github.com/ocaml-ppx/ocamlformat" 18bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 19depends: [ 20 "ocaml" {>= "4.08"} 21 "alcotest" {with-test & >= "1.3.0"} 22 "base" {>= "v0.12.0"} 23 "cmdliner" {>= "1.1.0" & < "2.0.0"} 24 "dune" {>= "2.8"} 25 "dune-build-info" 26 "either" 27 "fix" 28 "fpath" {>= "0.7.3"} 29 "menhir" {>= "20201216"} 30 "menhirLib" {>= "20201216"} 31 "menhirSdk" {>= "20201216"} 32 "ocaml-version" {>= "3.5.0"} 33 "ocamlformat-rpc-lib" {with-test & = version} 34 "ocp-indent" {with-test = "false" & >= "1.8.0" | with-test & >= "1.8.1"} 35 "stdio" 36 "uuseg" {>= "10.0.0"} 37 "uutf" {>= "1.0.1"} 38 "csexp" {>= "1.4.0"} 39 "astring" 40 "camlp-streams" 41 "odoc" {with-doc} 42] 43build: [ 44 ["dune" "subst"] {dev} 45 [ 46 "dune" 47 "build" 48 "-p" 49 name 50 "-j" 51 jobs 52 "@install" 53 "@runtest" {with-test} 54 "@doc" {with-doc} 55 ] 56] 57dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 58# 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 59license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] 60url { 61 src: 62 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.27.0/ocamlformat-0.27.0.tbz" 63 checksum: [ 64 "sha256=ddbf484c076d08f99400ee84b790ec231f5c8fcbd5d3324a6400d5388e846d15" 65 "sha512=4d2a8965a7b7ad45f8f4e76c01cf38bfa68462b07dfa7bdb2db23bd3e3017b214e6780f036679fa8595dde4167a01d957e3af8837274320449014e306773f917" 66 ] 67} 68x-commit-hash: "5bac2e7f71d9b0a06bd1908dda9b13da1649eee1"