Skip to content

Commit 019235e

Browse files
committed
Lint fields into our OPAM file
1 parent 51ff80a commit 019235e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mkernel.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ opam-version: "2.0"
22
maintainer: "romain.calascibetta@gmail.com"
33
homepage: "https://git.robur.coop/robur/mkernel"
44
bug-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"
66
doc: "https://git.robur.coop/robur/mkernel"
77
license: "MIT"
88
authors: [ "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 ]
1415
synopsis: "An unikernel with Miou in OCaml to provide I/O for Solo5/Unikraft"
1516
depends: [
1617
"ocaml" {>= "5.2.1"}

0 commit comments

Comments
 (0)