Commit 41fd73b 1 parent e2396d7 commit 41fd73b Copy full SHA for 41fd73b
File tree 6 files changed +6
-3
lines changed
6 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
- (lang dune 2 .7 )
1
+ (lang dune 2 .8 )
2
2
3
3
(name spin)
4
4
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ doc: "https://tmattio.github.io/spin/"
10
10
bug-reports: "https://github.com/tmattio/spin/issues"
11
11
depends: [
12
12
"ocaml" {>= "4.10.0"}
13
- "dune" {>= "2.7 "}
13
+ "dune" {>= "2.8 "}
14
14
"spin" {= version}
15
15
"odoc" {with-doc}
16
16
]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ doc: "https://tmattio.github.io/spin/"
10
10
bug-reports: "https://github.com/tmattio/spin/issues"
11
11
depends: [
12
12
"ocaml" {>= "4.10.0"}
13
- "dune" {>= "2.7 "}
13
+ "dune" {>= "2.8 "}
14
14
"alcotest" {with-test}
15
15
"js_of_ocaml" {with-test}
16
16
"js_of_ocaml-ppx" {with-test}
Original file line number Diff line number Diff line change 6
6
(:standard \ test_runner)))
7
7
8
8
(test
9
+ (package spin)
9
10
(name test_runner)
10
11
(libraries spin_test)
11
12
(modules test_runner))
Original file line number Diff line number Diff line change 1
1
(cram
2
+ (package spin)
2
3
(applies_to :whole_subtree)
3
4
(deps %{bin:spin})
4
5
(enabled_if true))
Original file line number Diff line number Diff line change 1
1
(cram
2
+ (package spin)
2
3
(applies_to :whole_subtree)
3
4
(deps %{bin:spin})
4
5
(enabled_if false))
You can’t perform that action at this time.
0 commit comments