this repo has no description
1opam-version: "2.0" 2synopsis: "Auto-formatter for OCaml code (RPC mode)" 3description: 4 "OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat" 5maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"] 6authors: ["Josh Berdine <jjb@fb.com>"] 7license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"] # 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 8homepage: "https://github.com/ocaml-ppx/ocamlformat" 9bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues" 10depends: [ 11 "dune" {>= "2.8"} 12 "ocaml" {>= "4.08" & < "4.14"} 13 "ocamlformat-rpc-lib" {= version} 14 "alcotest" {with-test} 15 "base" {>= "v0.12.0"} 16 "base-unix" 17 "cmdliner" {< "1.1.0"} 18 "dune-build-info" 19 "fix" 20 "fpath" 21 "menhir" {>= "20201216"} 22 "menhirLib" {>= "20201216"} 23 "menhirSdk" {>= "20201216"} 24 "ocp-indent" 25 "bisect_ppx" {dev & >= "2.5.0"} 26 "odoc-parser" {>= "0.9.0" & < "1.0.0"} 27 "re" {>= "1.7.2"} 28 "stdio" 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" 48url { 49 src: 50 "https://github.com/ocaml-ppx/ocamlformat/releases/download/0.19.0/ocamlformat-0.19.0.tbz" 51 checksum: [ 52 "sha256=62fc46aae8f0a4a33ce7f8d7726d7109bff615ea6fcb50d1482f21d20ee50f46" 53 "sha512=408b3af533169f201d7492be869f8ae4acde5583e01693c586929f44b76d569d3d6d555bc056378743d7cb3bd8e11ebc9cbd178ca196bcb82db33127d14902f8" 54 ] 55} 56x-commit-hash: "ba67af28ddca8718ef8816b2b0dc1e5b2f5e9591"