Skip to content

Commit 58fe890

Browse files
authored
opam file: Remove wrong build tag and unnecessary dependency
1 parent cad4184 commit 58fe890

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

unison.opam

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ bug-reports: "https://github.com/bcpierce00/unison/issues"
1111
dev-repo: "git://github.com/bcpierce00/unison.git"
1212
build: ["dune" "build" "-p" name "-j" jobs]
1313
depends: [
14-
"ocaml" {build & >= "4.08"}
15-
"ocamlfind" {build}
16-
"dune" {build & >= "2.3"}
17-
"lablgtk3" {build & >= "3.1.0"}
14+
"ocaml" {>= "4.08"}
15+
"dune" {>= "2.3"}
16+
"lablgtk3" {>= "3.1.0"}
1817
]
1918
synopsis: "File-synchronization tool for Unix and Windows"
2019
description: """

0 commit comments

Comments
 (0)