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 9aa5ccd commit 78c59feCopy full SHA for 78c59fe
packages/flux/flux.0.0.1~beta1/opam
@@ -15,7 +15,7 @@ run-test: [ "dune" "runtest" "-p" name "-j" jobs ]
15
16
depends: [
17
"ocaml" {>= "5.0.0"}
18
- "dune" {>= "2.8.0"}
+ "dune" {>= "3.20.0"}
19
"miou" {>= "0.5.0"}
20
"ocamlformat" {with-dev-setup & = "0.27.0"}
21
"httpcats" {with-dev-setup}
packages/fluxt/fluxt.0.0.1~beta1/opam
@@ -17,8 +17,11 @@ depends: [
"decompress"
"tar"
+ "bstr"
"digestif"
22
+ "flux" {= version}
23
24
+ "alcotest" {with-test}
25
]
26
x-maintenance-intent: [ "(latest)" ]
27
url {
0 commit comments