-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Expand file tree
/
Copy pathocamlformat.opam.locked
More file actions
85 lines (84 loc) · 2.61 KB
/
ocamlformat.opam.locked
File metadata and controls
85 lines (84 loc) · 2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
opam-version: "2.0"
name: "ocamlformat"
version: "0.27.0"
synopsis: "Auto-formatter for OCaml code"
description: """\
**ocamlformat** is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style.
- **Profiles:** ocamlformat offers profiles we predefined formatting configurations. Profiles include `default`, `ocamlformat`, `janestreet`.
- **Configurable:** Users can change the formatting profile and configure every option in their `.ocamlformat` configuration file.
- **Format Comments:** ocamlformat can format comments, docstrings, and even code blocks in your comments.
- **RPC:** ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code."""
maintainer: [
"Guillaume Petiot <guillaume@tarides.com>"
"Jules Aguillon <jules@j3s.fr>"
"Emile Trotignon <emile@tarides.com>"
]
authors: [
"Josh Berdine <jjb@fb.com>"
"Hugo Heuzard <hugo.heuzard@gmail.com>"
"Etienne Millon <etienne@tarides.com>"
"Guillaume Petiot <guillaume@tarides.com>"
"Jules Aguillon <jules@j3s.fr>"
]
license: ["MIT" "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"]
homepage: "https://github.com/ocaml-ppx/ocamlformat"
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
"astring" {= "0.8.5"}
"base" {= "v0.17.2"}
"base-bigarray" {= "base"}
"base-bytes" {= "base"}
"base-domains" {= "base"}
"base-effects" {= "base"}
"base-nnp" {= "base"}
"base-threads" {= "base"}
"base-unix" {= "base"}
"camlp-streams" {= "5.0.1"}
"cmdliner" {= "1.3.0"}
"csexp" {= "1.5.2"}
"dune" {= "3.17.2"}
"dune-build-info" {= "3.17.2"}
"dune-configurator" {= "3.18.2"}
"either" {= "1.0.0"}
"fix" {= "20250428"}
"fpath" {= "0.7.3"}
"menhir" {= "20240715"}
"menhirCST" {= "20240715"}
"menhirLib" {= "20240715"}
"menhirSdk" {= "20240715"}
"ocaml" {= "5.3.0"}
"ocaml-compiler" {= "5.3.0"}
"ocaml-config" {= "3"}
"ocaml-option-flambda" {= "1"}
"ocaml-variants" {= "5.3.0+options"}
"ocaml-version" {= "4.0.1"}
"ocaml_intrinsics_kernel" {= "v0.17.1"}
"ocamlbuild" {= "0.16.1"}
"ocamlfind" {= "1.9.8"}
"ocamlformat-lib" {= "0.27.0"}
"ocp-indent" {= "1.8.1"}
"re" {= "1.12.0"}
"seq" {= "base"}
"sexplib0" {= "v0.17.0"}
"stdio" {= "v0.17.0"}
"topkg" {= "1.0.8"}
"uucp" {= "16.0.0"}
"uuseg" {= "16.0.0"}
"uutf" {= "1.0.4"}
]
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"
x-commit-hash: "f5727b32127730a2722f86c7119eb6d8f884e26d"