Skip to content

Commit 45333ac

Browse files
authored
Merge pull request #24125 from Julow/release-ocamlformat-0.26.0
2 parents 82b53b5 + 87e80e3 commit 45333ac

File tree

3 files changed

+138
-0
lines changed
  • packages
    • ocamlformat-lib/ocamlformat-lib.0.26.0
    • ocamlformat-rpc-lib/ocamlformat-rpc-lib.0.26.0
    • ocamlformat/ocamlformat.0.26.0

3 files changed

+138
-0
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
opam-version: "2.0"
2+
synopsis: "Auto-formatter for OCaml code"
3+
description:
4+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style."
5+
maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
6+
authors: ["Josh Berdine <jjb@fb.com>"]
7+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
8+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
9+
depends: [
10+
"ocaml" {>= "4.08"}
11+
"alcotest" {with-test & >= "1.3.0"}
12+
"base" {>= "v0.12.0"}
13+
"dune" {>= "2.8"}
14+
"dune-build-info"
15+
"either"
16+
"fix"
17+
"fpath"
18+
"menhir" {>= "20201216"}
19+
"menhirLib" {>= "20201216"}
20+
"menhirSdk" {>= "20201216"}
21+
"ocaml-version" {>= "3.5.0"}
22+
"ocamlformat-rpc-lib" {with-test & = version}
23+
"ocp-indent" {with-test = "false" & >= "1.8.0" | with-test & >= "1.8.1"}
24+
"stdio"
25+
"uuseg" {>= "10.0.0"}
26+
"uutf" {>= "1.0.1"}
27+
"csexp" {>= "1.4.0"}
28+
"astring"
29+
"result"
30+
"camlp-streams"
31+
"odoc" {with-doc}
32+
]
33+
build: [
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+
]
47+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
48+
license: ["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
49+
url {
50+
src:
51+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.0/ocamlformat-0.26.0.tbz"
52+
checksum: [
53+
"sha256=031494ab770cef10a8f6aa1cbeb5660e46c3aa6c0cd457b110fec859a75e877d"
54+
"sha512=35c0131f04c2c8ceb94f0f400e4b56690405ddebb482aec0c9962163001d9fd5b593455df08b508394949f2740ba28f1714dff9e1f17b618bdec62fd26fae281"
55+
]
56+
}
57+
x-commit-hash: "fe70498a8982bef951311b37aa8568218ce8801a"
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
opam-version: "2.0"
2+
synopsis: "Auto-formatter for OCaml code (RPC mode)"
3+
description:
4+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat"
5+
maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
6+
authors: ["Josh Berdine <jjb@fb.com>"]
7+
license: "MIT"
8+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
9+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
10+
depends: [
11+
"dune" {>= "2.8"}
12+
"ocaml" {>= "4.08"}
13+
"csexp" {>= "1.4.0"}
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
31+
url {
32+
src:
33+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.0/ocamlformat-0.26.0.tbz"
34+
checksum: [
35+
"sha256=031494ab770cef10a8f6aa1cbeb5660e46c3aa6c0cd457b110fec859a75e877d"
36+
"sha512=35c0131f04c2c8ceb94f0f400e4b56690405ddebb482aec0c9962163001d9fd5b593455df08b508394949f2740ba28f1714dff9e1f17b618bdec62fd26fae281"
37+
]
38+
}
39+
x-commit-hash: "fe70498a8982bef951311b37aa8568218ce8801a"
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "Auto-formatter for OCaml code"
3+
description:
4+
"OCamlFormat is a tool to automatically format OCaml code in a uniform style."
5+
maintainer: ["OCamlFormat Team <ocamlformat-dev@lists.ocaml.org>"]
6+
authors: ["Josh Berdine <jjb@fb.com>"]
7+
homepage: "https://github.com/ocaml-ppx/ocamlformat"
8+
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
9+
depends: [
10+
"ocaml" {>= "4.08"}
11+
"cmdliner" {with-test = "false" & >= "1.1.0" | with-test & >= "1.2.0"}
12+
"dune" {>= "2.8"}
13+
"ocamlformat-lib" {= version}
14+
"ocamlformat-rpc-lib" {with-test & = version}
15+
"re" {>= "1.10.3"}
16+
"odoc" {with-doc}
17+
]
18+
build: [
19+
["dune" "subst"] {dev}
20+
[
21+
"dune"
22+
"build"
23+
"-p"
24+
name
25+
"-j"
26+
jobs
27+
"@install"
28+
"@runtest" {with-test}
29+
"@doc" {with-doc}
30+
]
31+
]
32+
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
33+
license: ["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
34+
url {
35+
src:
36+
"https://github.com/ocaml-ppx/ocamlformat/releases/download/0.26.0/ocamlformat-0.26.0.tbz"
37+
checksum: [
38+
"sha256=031494ab770cef10a8f6aa1cbeb5660e46c3aa6c0cd457b110fec859a75e877d"
39+
"sha512=35c0131f04c2c8ceb94f0f400e4b56690405ddebb482aec0c9962163001d9fd5b593455df08b508394949f2740ba28f1714dff9e1f17b618bdec62fd26fae281"
40+
]
41+
}
42+
x-commit-hash: "fe70498a8982bef951311b37aa8568218ce8801a"

0 commit comments

Comments
 (0)