File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
authors: "Ahrefs <
[email protected] >"
4
4
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
5
5
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"
7
7
bug-reports: "https://github.com/ahrefs/devkit/issues"
8
8
synopsis: "Development kit - general purpose library"
9
9
build: [
10
10
["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}]
13
12
]
14
13
depends: [
15
14
"ocaml" {>= "4.05.0"}
@@ -29,6 +28,7 @@ depends: [
29
28
"base-threads"
30
29
"stdlib-shims"
31
30
"yojson" {>= "1.6.0"}
31
+ "odoc" {with-doc}
32
32
]
33
33
depopts: [
34
34
"gperftools"
You can’t perform that action at this time.
0 commit comments