File tree Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Expand file tree Collapse file tree 4 files changed +12
-15
lines changed Original file line number Diff line number Diff line change 1
- (lang dune 2 .3 )
1
+ (lang dune 2 .7 )
2
2
3
3
(name unison)
4
4
@@ -33,9 +33,7 @@ the changes in each replica to the other.
33
33
" )
34
34
( depends
35
35
( ocaml
36
- ( >= 4 .08) )
37
- ( dune
38
- ( >= 2 .3) ) ) )
36
+ ( >= 4 .08) ) ) )
39
37
40
38
( package
41
39
(name unison-gui)
@@ -52,8 +50,6 @@ the changes in each replica to the other.
52
50
( depends
53
51
( ocaml
54
52
( >= 4 .08) )
55
- ( dune
56
- ( >= 2 .3) )
57
53
( lablgtk3
58
54
( >= 3 .1.0) ) ) )
59
55
@@ -72,6 +68,4 @@ the changes in each replica to the other.
72
68
" )
73
69
( depends
74
70
( ocaml
75
- ( >= 4 .08) )
76
- ( dune
77
- ( >= 2 .3) ) ) )
71
+ ( >= 4 .08) ) ) )
Original file line number Diff line number Diff line change @@ -19,11 +19,12 @@ homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
19
19
doc: "https://github.com/bcpierce00/unison/wiki"
20
20
bug-reports: "https://github.com/bcpierce00/unison/issues"
21
21
depends: [
22
+ "dune" {>= "2.7"}
22
23
"ocaml" {>= "4.08"}
23
- "dune " {>= "2.3" }
24
+ "odoc " {with-doc }
24
25
]
25
26
build: [
26
- ["dune" "subst"] {pinned }
27
+ ["dune" "subst"] {dev }
27
28
[
28
29
"dune"
29
30
"build"
Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
18
18
doc: "https://github.com/bcpierce00/unison/wiki"
19
19
bug-reports: "https://github.com/bcpierce00/unison/issues"
20
20
depends: [
21
+ "dune" {>= "2.7"}
21
22
"ocaml" {>= "4.08"}
22
- "dune" {>= "2.3"}
23
23
"lablgtk3" {>= "3.1.0"}
24
+ "odoc" {with-doc}
24
25
]
25
26
build: [
26
- ["dune" "subst"] {pinned }
27
+ ["dune" "subst"] {dev }
27
28
[
28
29
"dune"
29
30
"build"
Original file line number Diff line number Diff line change @@ -18,11 +18,12 @@ homepage: "https://www.cis.upenn.edu/~bcpierce/unison/"
18
18
doc: "https://github.com/bcpierce00/unison/wiki"
19
19
bug-reports: "https://github.com/bcpierce00/unison/issues"
20
20
depends: [
21
+ "dune" {>= "2.7"}
21
22
"ocaml" {>= "4.08"}
22
- "dune " {>= "2.3" }
23
+ "odoc " {with-doc }
23
24
]
24
25
build: [
25
- ["dune" "subst"] {pinned }
26
+ ["dune" "subst"] {dev }
26
27
[
27
28
"dune"
28
29
"build"
You can’t perform that action at this time.
0 commit comments