We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa6538 commit ce9ec56Copy full SHA for ce9ec56
devkit.opam
@@ -1,16 +1,15 @@
1
opam-version: "2.0"
2
maintainer: "[email protected]"
3
authors: "Ahrefs <[email protected]>"
4
-license: "LGPL-2.1 with OCaml linking exception"
+license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
5
homepage: "https://github.com/ahrefs/devkit"
6
dev-repo: "git://github.com/ahrefs/devkit.git"
7
bug-reports: "https://github.com/ahrefs/devkit/issues"
8
synopsis: "Development kit - general purpose library"
9
build: [
10
["dune" "subst"] {pinned}
11
- ["dune" "build" "-p" name "-j" jobs]
12
- [make "test"] {with-test}
13
- [make "doc"] {with-doc}
+ ["dune" "build" "-p" name "-j" jobs "@install" "@doc"{with-doc}]
+ ["dune" "runtest" "-p" name] {with-test}
14
]
15
depends: [
16
"ocaml" {>= "4.05.0"}
0 commit comments