Skip to content

Commit ce9ec56

Browse files
committed
sync opam file
1 parent 3fa6538 commit ce9ec56

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

devkit.opam

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
opam-version: "2.0"
22
maintainer: "[email protected]"
33
authors: "Ahrefs <[email protected]>"
4-
license: "LGPL-2.1 with OCaml linking exception"
4+
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
55
homepage: "https://github.com/ahrefs/devkit"
66
dev-repo: "git://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]
12-
[make "test"] {with-test}
13-
[make "doc"] {with-doc}
11+
["dune" "build" "-p" name "-j" jobs "@install" "@doc"{with-doc}]
12+
["dune" "runtest" "-p" name] {with-test}
1413
]
1514
depends: [
1615
"ocaml" {>= "4.05.0"}

0 commit comments

Comments
 (0)