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 3286468 commit 434f478Copy full SHA for 434f478
packages/bdd/bdd.0.5/opam
@@ -6,14 +6,13 @@ license: "LGPL-2.1-only"
6
homepage: "https://github.com/backtracking/ocaml-bdd"
7
bug-reports: "https://github.com/backtracking/ocaml-bdd/issues"
8
depends: [
9
- "dune" {build}
+ "dune" {>= "2.0.0"}
10
"stdlib-shims"
11
]
12
build: [
13
- ["dune" "subst"] {pinned}
14
- ["dune" "build" "@install" "-p" name "-j" jobs]
15
- [with-doc "dune" "build" "@doc" "-p" name]
16
- [with-test "dune" "runtest" "-p" name]
+ ["dune" "subst"] {dev}
+ ["dune" "build" "-p" name "-j" jobs]
+ ["dune" "runtest" "-p" name] {with-test}
17
18
dev-repo: "git://github.com/backtracking/ocaml-bdd.git"
19
url {
0 commit comments