Skip to content

Commit

Permalink
ocamlformat-rpc: Remove dependency on ocamlformat
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Mar 3, 2022
1 parent 7022aee commit 02d019a
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 6 deletions.
34 changes: 30 additions & 4 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,37 @@
(and
(>= 4.08)
(< 4.15)))
ocamlformat-rpc-lib
(alcotest :with-test)
(ocamlformat
(= :version))
(ocamlformat-rpc-lib
(= :version))))
(base
(and
(>= v0.12.0)
(< v0.15)))
(cmdliner
(>= 1.1.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))))

(package
(name ocamlformat-rpc-lib)
Expand Down
19 changes: 17 additions & 2 deletions ocamlformat-rpc.opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,24 @@ bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08" & < "4.15"}
"ocamlformat-rpc-lib"
"alcotest" {with-test}
"ocamlformat" {= version}
"ocamlformat-rpc-lib" {= version}
"base" {>= "v0.12.0" & < "v0.15"}
"cmdliner" {>= "1.1.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: [
Expand Down

0 comments on commit 02d019a

Please sign in to comment.