this repo has no description

Merge pull request #18858 from kit-ty-kate/fix-27

bst < 6.0.0: Add missing constraint (uses jbuilder build -p)

Kate 253e3563 2c8cb618

Changed files
+3 -3
packages
bst
bst.1.0.1
bst.3.0.0
bst.5.0.0
+1 -1
packages/bst/bst.1.0.1/opam
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.03.0"}
-
"jbuilder"
]
synopsis: "Bisector tree implementation in OCaml."
description: """
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.03.0"}
+
"jbuilder" {>= "1.0+beta7"}
]
synopsis: "Bisector tree implementation in OCaml."
description: """
+1 -1
packages/bst/bst.3.0.0/opam
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
-
"jbuilder"
]
synopsis: "Bisector tree implementation in OCaml."
description: """
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
+
"jbuilder" {>= "1.0+beta19"}
]
synopsis: "Bisector tree implementation in OCaml."
description: """
+1 -1
packages/bst/bst.5.0.0/opam
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
-
"jbuilder"
"batteries"
]
synopsis: "Bisector tree implementation in OCaml."
···
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml"
+
"jbuilder" {>= "1.0+beta19"}
"batteries"
]
synopsis: "Bisector tree implementation in OCaml."