forked from ocaml-ppx/ocamlformat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathocamlformat_reason.opam
More file actions
40 lines (38 loc) · 1.5 KB
/
ocamlformat_reason.opam
File metadata and controls
40 lines (38 loc) · 1.5 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
######################################################################
# #
# OCamlFormat #
# #
# Copyright (c) 2017-present, Facebook, Inc. All rights reserved. #
# #
# This source code is licensed under the MIT license found in the #
# LICENSE file in the root directory of this source tree. #
# #
######################################################################
opam-version: "2.0"
maintainer: "OCamlFormat Team <ocamlformat-team@fb.com>"
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: [
"ocaml" {>= "4.06"}
"base" {>= "v0.11.0"}
"base-unix"
"bisect_ppx"
"cmdliner"
"dune" {build & >= "1.1.1"}
"fpath"
"ocaml-migrate-parsetree" {>= "1.0.10"}
"odoc" {>= "1.4.1"}
"re"
"stdio"
"uutf"
"reason" {>= "3.2.0"}
]
build: [
["ocaml" "tools/gen_version.mlt" "src/Version.ml" version] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
dev-repo: "git+https://github.com/ocaml-ppx/ocamlformat.git"
synopsis: "Auto-formatter for ReasonML code"
description: "ocamlformat_reason is a tool to automatically format ReasonML code in a uniform style."