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 221436f commit edaba0aCopy full SHA for edaba0a
packages/dropbox/dropbox.0.1~772c4a6/opam
@@ -16,7 +16,7 @@ depends: [
16
"ssl"
17
"cohttp" {< "0.99"}
18
"uri"
19
- "atdgen"
+ "atdgen" {< "2.10.0"}
20
"ocamlbuild" {build}
21
]
22
synopsis: "Binding to the Dropbox Remote API"
packages/dropbox/dropbox.0.2/opam
@@ -14,8 +14,8 @@ build: [
14
15
depends: [
"dune" {>= "1.1"}
- "atdgen" {>= "1.5.0"}
- "yojson" {>= "1.6.0"}
+ "atdgen" {>= "1.5.0" & < "2.10.0"}
+ "yojson" {>= "1.6.0" & < "2.0.0"}
"base-bytes"
"base-unix" {with-test}
"cohttp"
0 commit comments