File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ opam-version: "2.0"
22maintainer: "romain.calascibetta@gmail.com"
33homepage: "https://git.robur.coop/robur/mkernel"
44bug-reports: "https://git.robur.coop/robur/mkernel/issues"
5- dev-repo: "git+https://git.robur.coop /robur/mkernel.git"
5+ dev-repo: "git+https://github.com /robur-coop /mkernel.git"
66doc: "https://git.robur.coop/robur/mkernel"
77license: "MIT"
88authors: [ "Romain Calascibetta <romain.calascibetta@gmail.com>" ]
@@ -11,6 +11,7 @@ build: [
1111 [ "dune" "build" "-p" name "-j" jobs ]
1212 [ "dune" "runtest" "-p" name ] {with-test}
1313]
14+ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
1415synopsis: "An unikernel with Miou in OCaml to provide I/O for Solo5/Unikraft"
1516depends: [
1617 "ocaml" {>= "5.2.1"}
You can’t perform that action at this time.
0 commit comments