We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad4184 commit 58fe890Copy full SHA for 58fe890
unison.opam
@@ -11,10 +11,9 @@ bug-reports: "https://github.com/bcpierce00/unison/issues"
11
dev-repo: "git://github.com/bcpierce00/unison.git"
12
build: ["dune" "build" "-p" name "-j" jobs]
13
depends: [
14
- "ocaml" {build & >= "4.08"}
15
- "ocamlfind" {build}
16
- "dune" {build & >= "2.3"}
17
- "lablgtk3" {build & >= "3.1.0"}
+ "ocaml" {>= "4.08"}
+ "dune" {>= "2.3"}
+ "lablgtk3" {>= "3.1.0"}
18
]
19
synopsis: "File-synchronization tool for Unix and Windows"
20
description: """
0 commit comments