this repo has no description

Merge pull request #20806 from gpetiot/release-ocamlformat-0.21.0

[new release] ocamlformat, ocamlformat-rpc and ocamlformat-rpc-lib (0.21.0)

Kate c8e1cb40 9a1bb2dc

Changed files
+139 -3
packages
ocamlformat
ocamlformat.0.21.0
ocamlformat-rpc
ocamlformat-rpc.0.19.0
ocamlformat-rpc.0.20.0
ocamlformat-rpc.0.20.1
ocamlformat-rpc.0.21.0
ocamlformat-rpc-lib
ocamlformat-rpc-lib.0.21.0
+39
packages/ocamlformat-rpc-lib/ocamlformat-rpc-lib.0.21.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Auto-formatter for OCaml code (RPC mode)"
+
description:
+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat"
+
maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
+
authors: ["Josh Berdine <jjb@fb.com>"]
+
license: "MIT"
+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"ocaml" {>= "4.08" & < "4.15"}
+
"csexp" {>= "1.4.0"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
+
url {
+
src:
+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.21.0/ocamlformat-0.21.0.tbz"
+
checksum: [
+
"sha256=2a1817f6bc581ff0cce9f0aa9687b897b02726e2ab75749ee98d57637057332d"
+
"sha512=db47f843bfc5a438d43f7c482cde86bd13f05a6825e2a0afa80614b651a88ae8b3805cca45da6bcf9189e741e0c79d38652b0bc47efe636c1502a66676dcb28e"
+
]
+
}
+
x-commit-hash: "63e478f1186a03c7e4dfeeb39b3d8fe2ef1cb429"
+1 -1
packages/ocamlformat-rpc/ocamlformat-rpc.0.19.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08" & < "4.14"}
-
"ocamlformat-rpc-lib"
+
"ocamlformat-rpc-lib" {= version}
"alcotest" {with-test}
"base" {>= "v0.12.0" & < "v0.15"}
"base-unix"
+1 -1
packages/ocamlformat-rpc/ocamlformat-rpc.0.20.0/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08" & < "4.15"}
-
"ocamlformat-rpc-lib"
+
"ocamlformat-rpc-lib" {= version}
"alcotest" {with-test}
"base" {>= "v0.12.0" & < "v0.15"}
"cmdliner" {< "1.1.0"}
+1 -1
packages/ocamlformat-rpc/ocamlformat-rpc.0.20.1/opam
···
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08" & < "4.15"}
-
"ocamlformat-rpc-lib"
+
"ocamlformat-rpc-lib" {= version}
"alcotest" {with-test}
"base" {>= "v0.12.0" & < "v0.15"}
"cmdliner" {< "1.1.0"}
+41
packages/ocamlformat-rpc/ocamlformat-rpc.0.21.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Auto-formatter for OCaml code (RPC mode)"
+
description:
+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat"
+
maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
+
authors: ["Josh Berdine <jjb@fb.com>"]
+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
+
depends: [
+
"dune" {>= "2.8"}
+
"ocaml" {>= "4.08" & < "4.15"}
+
"alcotest" {with-test}
+
"ocamlformat" {= version}
+
"ocamlformat-rpc-lib" {= version}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
+
license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
+
url {
+
src:
+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.21.0/ocamlformat-0.21.0.tbz"
+
checksum: [
+
"sha256=2a1817f6bc581ff0cce9f0aa9687b897b02726e2ab75749ee98d57637057332d"
+
"sha512=db47f843bfc5a438d43f7c482cde86bd13f05a6825e2a0afa80614b651a88ae8b3805cca45da6bcf9189e741e0c79d38652b0bc47efe636c1502a66676dcb28e"
+
]
+
}
+
x-commit-hash: "63e478f1186a03c7e4dfeeb39b3d8fe2ef1cb429" # 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
+56
packages/ocamlformat/ocamlformat.0.21.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Auto-formatter for OCaml code"
+
description:
+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style."
+
maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
+
authors: ["Josh Berdine <jjb@fb.com>"]
+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
+
depends: [
+
"ocaml" {>= "4.08" & < "4.15"}
+
"alcotest" {with-test}
+
"base" {>= "v0.12.0" & < "v0.15"}
+
"cmdliner" {>= "1.1.0"}
+
"dune" {>= "2.8"}
+
"dune" {with-test & < "3.0"}
+
"dune-build-info"
+
"either"
+
"fix"
+
"fpath"
+
"menhir" {>= "20201216"}
+
"menhirLib" {>= "20201216"}
+
"menhirSdk" {>= "20201216"}
+
"ocaml-version" {>= "3.3.0"}
+
"ocp-indent"
+
"odoc-parser" {>= "1.0.0"}
+
"re" {>= "1.7.2"}
+
"stdio" {< "v0.15"}
+
"uuseg" {>= "10.0.0"}
+
"uutf" {>= "1.0.1"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
+
license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
+
url {
+
src:
+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.21.0/ocamlformat-0.21.0.tbz"
+
checksum: [
+
"sha256=2a1817f6bc581ff0cce9f0aa9687b897b02726e2ab75749ee98d57637057332d"
+
"sha512=db47f843bfc5a438d43f7c482cde86bd13f05a6825e2a0afa80614b651a88ae8b3805cca45da6bcf9189e741e0c79d38652b0bc47efe636c1502a66676dcb28e"
+
]
+
}
+
x-commit-hash: "63e478f1186a03c7e4dfeeb39b3d8fe2ef1cb429" # 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