File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ doc: "https://mirage.github.io/ocaml-git/"
1010synopsis: "Virtual package to install and configure ocaml-git's Unix backend"
1111
1212build: [
13- ["dune" "subst"]
13+ ["dune" "subst"] {dev}
1414 ["dune" "build" "-p" name "-j" jobs]
1515 ["dune" "runtest" "-p" name "-j1" "--no-buffer"] {with-test}
1616]
1717
1818depends: [
1919 "ocaml" {>= "4.07.0"}
20- "dune"
20+ "dune" {>= "1.1"}
2121 "mmap" {>= "1.1.0"}
2222 "cmdliner" {< "1.1.0"}
2323 "git-http" {= version}
@@ -26,7 +26,7 @@ depends: [
2626 "mtime" {>= "1.0.0" & < "2.0.0"}
2727 "base-unix"
2828 "alcotest" {with-test & >= "0.8.1"}
29- "mirage-crypto-rng" {with-test}
29+ "mirage-crypto-rng" {with-test & < "0.11.0" }
3030 "tls" {with-test}
3131 "io-page" {with-test & >= "1.6.1"}
3232]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ depends: [
1818 "alcotest-lwt" {with-test}
1919 "fmt" {with-test}
2020 "logs" {with-test}
21- "mirage-crypto-rng" {with-test}
21+ "mirage-crypto-rng" {with-test & < "0.11.0" }
2222 "mirage-time-unix" {with-test}
2323 "tcpip" {with-test & >= "6.0.0"}
2424 "uri" {with-test}
You can’t perform that action at this time.
0 commit comments