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-team@fb.com>"] 6authors: ["Josh Berdine <jjb@fb.com>"] 7license: "MIT" 8homepage: "https://github.com/ocaml-ppx/ocamlformat" 9bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 10depends: [ 11 "dune" {>= "2.7"} 12 "dune" {with-test & < "3.0"} 13 "ocaml" {>= "4.08" & < "4.13"} 14 "ocaml-version" {>= "3.1.0"} 15 "alcotest" {with-test} 16 "base" {>= "v0.12.0"} 17 "base-unix" 18 "cmdliner" 19 "cmdliner" {with-test & < "1.1.0"} 20 "dune-build-info" 21 "fix" 22 "fpath" 23 "menhir" {>= "20180528"} 24 "menhirLib" {>= "20200624"} 25 "menhirSdk" {>= "20200624"} 26 "ocaml-migrate-parsetree" {>= "2.1.0"} 27 "ocp-indent" {with-test} 28 "odoc" {>= "1.4.2" & < "2.0.0"} 29 "ppxlib" {>= "0.22.0" & < "0.23.0"} 30 "re" {>= "1.7.2"} 31 "stdio" 32 "uuseg" {>= "10.0.0"} 33 "uutf" {>= "1.0.1"} 34] 35build: [ 36 ["dune" "subst"] {dev} 37 [ 38 "dune" 39 "build" 40 "-p" 41 name 42 "-j" 43 jobs 44 "@install" 45 "@runtest" {with-test} 46 "@doc" {with-doc} 47 ] 48] 49dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git" 50x-commit-hash: "bfd6bbe95c614d1d982244c4fd0ba494275d2245" 51url { 52 src: 53 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.17.0/ocamlformat-0.17.0.tbz" 54 checksum: [ 55 "sha256=68848b12e82dc1077a29f63d2777680e692b1a565276fcd00f06fb93cced3438" 56 "sha512=168ac7dee5a78954b273972b099681a4f2a6864b81c1dfe5ee5ff2f0ba79f150aeca8128b95dce4fd30d4d830906f02975d56b804dbb513fe0bb63c95d61030b" 57 ] 58}