Skip to content

Commit 31a7195

Browse files
committed
opam: tweak
1 parent 9610673 commit 31a7195

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

devkit.opam

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ maintainer: "[email protected]"
33
authors: "Ahrefs <[email protected]>"
44
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
55
homepage: "https://github.com/ahrefs/devkit"
6-
dev-repo: "git://github.com/ahrefs/devkit.git"
6+
dev-repo: "git+https://github.com/ahrefs/devkit.git"
77
bug-reports: "https://github.com/ahrefs/devkit/issues"
88
synopsis: "Development kit - general purpose library"
99
build: [
1010
["dune" "subst"] {pinned}
11-
["dune" "build" "-p" name "-j" jobs "@install" "@doc"{with-doc}]
12-
["dune" "runtest" "-p" name] {with-test}
11+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest"{with-test} "@doc"{with-doc}]
1312
]
1413
depends: [
1514
"ocaml" {>= "4.05.0"}
@@ -29,6 +28,7 @@ depends: [
2928
"base-threads"
3029
"stdlib-shims"
3130
"yojson" {>= "1.6.0"}
31+
"odoc" {with-doc}
3232
]
3333
depopts: [
3434
"gperftools"

0 commit comments

Comments
 (0)