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.
2 parents 281c14b + be8a969 commit 44428ddCopy full SHA for 44428dd
Makefile
@@ -9,7 +9,7 @@ depends:
9
opam install vpnkit alcotest ounit -y
10
11
ocaml:
12
- ocaml -version || opam init --compiler=4.12.0
+ ocaml -version || opam init --compiler=4.14.0
13
opam pin add vpnkit . -n
14
15
depends:
scripts/licenses.ml
@@ -777,7 +777,7 @@ All rights reserved.
777
778
|} ^ bsd_2_clause_simplified
779
}
780
- | "mirage-kv.4.0.0" | "mirage-kv.4.0.1" -> {
+ | "mirage-kv.4.0.0" | "mirage-kv.4.0.1" | "mirage-kv.5.0.0" -> {
781
link = "https://github.com/mirage/mirage-kv/blob/5c2c75e5a0efc0c9390b11fab75b1e706ea8d4ab/LICENSE.md";
782
text = isc
783
0 commit comments