this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Prevent build error for packages that use the retired 'atdgen' library. The 'atdgen' package no longer provides an 'atdgen' library which was providing an 'Atdgen' module (it's been deprecated since 2018). The equivalent module is 'Atdgen_runtime'. Upgrade instructions:

- module level: if your source code references 'Atdgen', change it to
'Atdgen_runtime'.
- library level: in dune files and other build files, change references
to the 'atdgen' library to 'atdgen-runtime'.
- package level: [optional] in opam files or dune-project files used to
derive opam files, we recommend that you depend only on the 'atdgen'
package at build time and add a dependency on the 'atdgen-runtime'
package as follows. Here's the syntax for an opam file:

depends: [
...
"atdgen" {build}
"atdgen-runtime"
...
]

or with a version constraint:

depends: [
...
"atdgen" {build & = "123.456.789"}
"atdgen-runtime" {= "123.456.789"}
...
]

If the opam file is derived from a dune-project file, the syntax is:

(package
...
(depends
...
(atdgen :build)
atdgen-runtime
...
)
...
)

or with a version constraint:

(package
...
(depends
...
(atdgen (and :build (= 123.456.789)))
(atdgen-runtime (= 123.456.789))
...
)
...
)

+59 -59
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.1.2/opam
··· 11 11 "dune" 12 12 "lwt" 13 13 "lwt_ppx" 14 - "atdgen" 14 + "atdgen" {< "2.16.0"} 15 15 "ocsigenserver" 16 16 "ocamlnet" 17 17 "base64"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.1.3/opam
··· 11 11 "dune" 12 12 "lwt" 13 13 "lwt_ppx" 14 - "atdgen" 14 + "atdgen" {< "2.16.0"} 15 15 "ocsigenserver" 16 16 "ocamlnet" 17 17 "base64"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.1.4/opam
··· 11 11 "dune" 12 12 "lwt" 13 13 "lwt_ppx" 14 - "atdgen" 14 + "atdgen" {< "2.16.0"} 15 15 "ocsigenserver" 16 16 "ocamlnet" 17 17 "base64"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.1.5/opam
··· 11 11 "dune" 12 12 "lwt" 13 13 "lwt_ppx" 14 - "atdgen" 14 + "atdgen" {< "2.16.0"} 15 15 "tls" {< "1.0.0"} | "ssl" 16 16 "base64" 17 17 "uri"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.1.6/opam
··· 11 11 "dune" 12 12 "lwt" 13 13 "lwt_ppx" 14 - "atdgen" 14 + "atdgen" {< "2.16.0"} 15 15 "tls" {< "1.0.0"} | "ssl" 16 16 "base64" 17 17 "uri"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.2.0/opam
··· 13 13 "lwt_ppx" 14 14 "lwt_ssl" 15 15 "ssl" 16 - "atdgen" {>= "2.10.0"} 16 + "atdgen" {>= "2.10.0" & < "2.16.0"} 17 17 "base64" {>= "3.5.0"} 18 18 "uri" 19 19 "cohttp"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.2.1/opam
··· 13 13 "lwt_ppx" 14 14 "lwt_ssl" 15 15 "ssl" 16 - "atdgen" {>= "2.0.0"} 16 + "atdgen" {>= "2.0.0" & < "2.16.0"} 17 17 "base64" {>= "3.5.0"} 18 18 "uri" 19 19 "cohttp"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.2.2/opam
··· 13 13 "lwt_ppx" 14 14 "lwt_ssl" 15 15 "ssl" 16 - "atdgen" {>= "2.0.0"} 16 + "atdgen" {>= "2.0.0" & < "2.16.0"} 17 17 "base64" {>= "3.5.0"} 18 18 "uri" 19 19 "cohttp"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.2.3/opam
··· 13 13 "lwt_ppx" {>="2.0.2"} 14 14 "lwt_ssl" 15 15 "ssl" 16 - "atdgen" {>= "2.0.0"} 16 + "atdgen" {>= "2.0.0" & < "2.16.0"} 17 17 "base64" {>= "3.5.0"} 18 18 "uri" 19 19 "cohttp"
+1 -1
packages/azure-cosmos-db/azure-cosmos-db.0.2.4/opam
··· 13 13 "lwt_ppx" {>="2.0.2"} 14 14 "lwt_ssl" 15 15 "ssl" 16 - "atdgen" {>= "2.0.0"} 16 + "atdgen" {>= "2.0.0" & < "2.16.0"} 17 17 "base64" {>= "3.5.0"} 18 18 "uri" 19 19 "cohttp"
+1 -1
packages/calculon-web/calculon-web.0.6/opam
··· 13 13 "re" { >= "1.7.2" } 14 14 "uri" 15 15 "curly" 16 - "atdgen" 16 + "atdgen" {< "2.16.0"} 17 17 "lambdasoup" 18 18 "odoc" {with-doc} 19 19 "ocaml" { >= "4.03.0" }
+1 -1
packages/calculon-web/calculon-web.0.7/opam
··· 14 14 "re" { >= "1.7.2" } 15 15 "uri" 16 16 "curly" 17 - "atdgen" 17 + "atdgen" {< "2.16.0"} 18 18 "lambdasoup" 19 19 "odoc" {with-doc} 20 20 "ocaml" { >= "4.03.0" }
+1 -1
packages/calculon-web/calculon-web.0.8/opam
··· 14 14 "re" { >= "1.7.2" } 15 15 "uri" 16 16 "curly" 17 - "atdgen" 17 + "atdgen" {< "2.16.0"} 18 18 "lambdasoup" 19 19 "odoc" {with-doc} 20 20 "ocaml" { >= "4.03.0" }
+1 -1
packages/elasticsearch-cli/elasticsearch-cli.0.5/opam
··· 17 17 "lwt" {>= "3.2.0"} 18 18 "lwt_ppx" 19 19 "re2" {>= "v0.9.0"} 20 - "atdgen" {>= "1.6.0"} 20 + "atdgen" {>= "1.6.0" & < "2.16.0"} 21 21 ] 22 22 synopsis: "Command-line client for Elasticsearch" 23 23 url {
+1 -1
packages/elpi/elpi.1.16.10/opam
··· 25 25 "cmdliner" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.16.8/opam
··· 25 25 "cmdliner" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.16.9/opam
··· 25 25 "cmdliner" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.17.0/opam
··· 25 25 "cmdliner" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.17.3/opam
··· 25 25 "cmdliner" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.17.4/opam
··· 25 25 "cmdliner" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.18.0/opam
··· 25 25 "cmdliner" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.18.1/opam
··· 24 24 "cmdliner" {with-test} 25 25 "dune" {>= "2.8.0"} 26 26 "conf-time" {with-test} 27 - "atdgen" {>= "2.10.0"} 27 + "atdgen" {>= "2.10.0" & < "2.16.0"} 28 28 "atdts" {>= "2.10.0"} 29 29 "odoc" {with-doc} 30 30 ]
+1 -1
packages/elpi/elpi.1.18.2/opam
··· 24 24 "cmdliner" {with-test} 25 25 "dune" {>= "2.8.0"} 26 26 "conf-time" {with-test} 27 - "atdgen" {>= "2.10.0"} 27 + "atdgen" {>= "2.10.0" & < "2.16.0"} 28 28 "atdts" {>= "2.10.0"} 29 29 "odoc" {with-doc} 30 30 ]
+1 -1
packages/elpi/elpi.1.19.0/opam
··· 24 24 "cmdliner" {with-test} 25 25 "dune" {>= "2.8.0"} 26 26 "conf-time" {with-test} 27 - "atdgen" {>= "2.10.0"} 27 + "atdgen" {>= "2.10.0" & < "2.16.0"} 28 28 "atdts" {>= "2.10.0"} 29 29 "odoc" {with-doc} 30 30 ]
+1 -1
packages/elpi/elpi.1.19.1/opam
··· 24 24 "cmdliner" {with-test} 25 25 "dune" {>= "2.8.0"} 26 26 "conf-time" {with-test} 27 - "atdgen" {>= "2.10.0"} 27 + "atdgen" {>= "2.10.0" & < "2.16.0"} 28 28 "atdts" {>= "2.10.0"} 29 29 "odoc" {with-doc} 30 30 ]
+1 -1
packages/elpi/elpi.1.19.2/opam
··· 24 24 "cmdliner" {with-test} 25 25 "dune" {>= "2.8.0"} 26 26 "conf-time" {with-test} 27 - "atdgen" {>= "2.10.0"} 27 + "atdgen" {>= "2.10.0" & < "2.16.0"} 28 28 "atdts" {>= "2.10.0"} 29 29 "odoc" {with-doc} 30 30 ]
+1 -1
packages/elpi/elpi.1.19.3/opam
··· 24 24 "cmdliner" {with-test} 25 25 "dune" {>= "2.8.0"} 26 26 "conf-time" {with-test} 27 - "atdgen" {>= "2.10.0"} 27 + "atdgen" {>= "2.10.0" & < "2.16.0"} 28 28 "atdts" {>= "2.10.0"} 29 29 "odoc" {with-doc} 30 30 ]
+1 -1
packages/elpi/elpi.1.19.4/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.19.5/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.19.6/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.1.20.0/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.2.0.2/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.2.0.3/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.2.0.4/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.2.0.5/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.2.0.6/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/elpi/elpi.2.0.7/opam
··· 25 25 "fileutils" {with-test} 26 26 "dune" {>= "2.8.0"} 27 27 "conf-time" {with-test} 28 - "atdgen" {>= "2.10.0"} 28 + "atdgen" {>= "2.10.0" & < "2.16.0"} 29 29 "atdts" {>= "2.10.0"} 30 30 "odoc" {with-doc} 31 31 ]
+1 -1
packages/github-data/github-data.4.4.0/opam
··· 24 24 "dune" {>= "2.7"} 25 25 "ocaml" {>= "4.08.0"} 26 26 "yojson" {>= "1.7.0"} 27 - "atdgen" {>= "2.0.0"} 27 + "atdgen" {>= "2.0.0" & < "2.16.0"} 28 28 "odoc" {with-doc} 29 29 ] 30 30 conflicts: [
+1 -1
packages/github-data/github-data.4.4.1/opam
··· 24 24 "dune" {>= "2.7"} 25 25 "ocaml" {>= "4.08.0"} 26 26 "yojson" {>= "1.7.0"} 27 - "atdgen" {>= "2.0.0"} 27 + "atdgen" {>= "2.0.0" & < "2.16.0"} 28 28 "odoc" {with-doc} 29 29 ] 30 30 conflicts: [
+1 -1
packages/github/github.4.1.0/opam
··· 29 29 "cohttp" {>= "0.99.0"} 30 30 "cohttp-lwt" {>= "0.99"} 31 31 "lwt" {>= "2.4.4"} 32 - "atdgen" {>= "2.0.0"} 32 + "atdgen" {>= "2.0.0" & < "2.16.0"} 33 33 "yojson" {>= "1.6.0"} 34 34 "stringext" 35 35 ]
+1 -1
packages/github/github.4.2.0/opam
··· 36 36 "cohttp" {>= "0.99.0"} 37 37 "cohttp-lwt" {>= "0.99"} 38 38 "lwt" {>= "2.4.4"} 39 - "atdgen" {>= "2.0.0"} 39 + "atdgen" {>= "2.0.0" & < "2.16.0"} 40 40 "yojson" {>= "1.6.0"} 41 41 "stringext" 42 42 ]
+1 -1
packages/github/github.4.3.0/opam
··· 36 36 "cohttp" {>= "0.99.0"} 37 37 "cohttp-lwt" {>= "0.99"} 38 38 "lwt" {>= "2.4.4"} 39 - "atdgen" {>= "2.0.0"} 39 + "atdgen" {>= "2.0.0" & < "2.16.0"} 40 40 "yojson" {>= "1.6.0"} 41 41 "stringext" 42 42 ]
+1 -1
packages/github/github.4.3.1/opam
··· 36 36 "cohttp" {>= "0.99.0"} 37 37 "cohttp-lwt" {>= "0.99"} 38 38 "lwt" {>= "2.4.4"} 39 - "atdgen" {>= "2.0.0"} 39 + "atdgen" {>= "2.0.0" & < "2.16.0"} 40 40 "yojson" {>= "1.6.0"} 41 41 "stringext" 42 42 ]
+1 -1
packages/github/github.4.3.2/opam
··· 36 36 "cohttp" {>= "0.99.0"} 37 37 "cohttp-lwt" {>= "0.99"} 38 38 "lwt" {>= "2.4.4"} 39 - "atdgen" {>= "2.0.0"} 39 + "atdgen" {>= "2.0.0" & < "2.16.0"} 40 40 "yojson" {>= "1.7.0"} 41 41 "stringext" 42 42 ]
+1 -1
packages/gitlab/gitlab.0.1.3/opam
··· 17 17 "ocaml" {>= "4.08.0"} 18 18 "uri" {>= "1.9.0"} 19 19 "cohttp-lwt" {>= "4.0"} 20 - "atdgen" {>= "2.0.0"} 20 + "atdgen" {>= "2.0.0" & < "2.16.0"} 21 21 "yojson" {>= "1.7.0"} 22 22 "ezjsonm" 23 23 "ISO8601" {>= "0.2.6"}
+1 -1
packages/gitlab/gitlab.0.1.4/opam
··· 17 17 "ocaml" {>= "4.08.0"} 18 18 "uri" {>= "1.9.0"} 19 19 "cohttp-lwt" {>= "4.0"} 20 - "atdgen" {>= "2.0.0"} 20 + "atdgen" {>= "2.0.0" & < "2.16.0"} 21 21 "yojson" {>= "1.7.0"} 22 22 "ezjsonm" 23 23 "ISO8601" {>= "0.2.6"}
+1 -1
packages/gitlab/gitlab.0.1.5/opam
··· 17 17 "ocaml" {>= "4.08.0"} 18 18 "uri" {>= "1.9.0"} 19 19 "cohttp-lwt" {>= "4.0"} 20 - "atdgen" {>= "2.8.0"} 20 + "atdgen" {>= "2.8.0" & < "2.16.0"} 21 21 "yojson" {>= "1.7.0"} 22 22 "ezjsonm" 23 23 "ISO8601" {>= "0.2.6"}
+1 -1
packages/gitlab/gitlab.0.1.6/opam
··· 17 17 "ocaml" {>= "4.08.0"} 18 18 "uri" {>= "1.9.0"} 19 19 "cohttp-lwt" {>= "4.0"} 20 - "atdgen" {>= "2.8.0"} 20 + "atdgen" {>= "2.8.0" & < "2.16.0"} 21 21 "yojson" {>= "1.7.0"} 22 22 "ezjsonm" 23 23 "ISO8601" {>= "0.2.6"}
+1 -1
packages/gitlab/gitlab.0.1.7/opam
··· 17 17 "ocaml" {>= "4.08.0"} 18 18 "uri" {>= "1.9.0"} 19 19 "cohttp-lwt" {>= "4.0"} 20 - "atdgen" {>= "2.8.0"} 20 + "atdgen" {>= "2.8.0" & < "2.16.0"} 21 21 "yojson" {>= "1.7.0"} 22 22 "ISO8601" {>= "0.2.6"} 23 23 "stringext"
+1 -1
packages/gitlab/gitlab.0.1.8/opam
··· 17 17 "ocaml" {>= "4.08.0"} 18 18 "uri" {>= "1.9.0"} 19 19 "cohttp-lwt" {>= "4.0"} 20 - "atdgen" {>= "2.8.0"} 20 + "atdgen" {>= "2.8.0" & < "2.16.0"} 21 21 "yojson" {>= "1.7.0"} 22 22 "ISO8601" {>= "0.2.6"} 23 23 "stringext"
+1 -1
packages/jupyter-kernel/jupyter-kernel.0.7/opam
··· 14 14 "base-unix" 15 15 "zmq" { >= "5.0" & < "6.0" } 16 16 "zmq-lwt" { >= "5.0" & < "6.0" } 17 - "atdgen" 17 + "atdgen" {< "2.16.0"} 18 18 "yojson" { >= "1.6" } 19 19 "uuidm" 20 20 "lwt"
+1 -1
packages/jupyter-kernel/jupyter-kernel.0.8/opam
··· 15 15 "base-unix" 16 16 "zmq" { >= "5.0" & < "6.0" } 17 17 "zmq-lwt" { >= "5.0" & < "6.0" } 18 - "atdgen" 18 + "atdgen" {< "2.16.0"} 19 19 "yojson" { >= "1.7" } 20 20 "uuidm" 21 21 "lwt"
+1 -1
packages/monorobot/monorobot.0.1/opam
··· 11 11 "ocaml" {>= "4.08.0"} 12 12 "dune" {>= "2.5.0"} 13 13 "atd" {>= "2.2.1"} 14 - "atdgen" {>= "2.2.1"} 14 + "atdgen" {>= "2.2.1" & < "2.16.0"} 15 15 "atdgen-runtime" {>= "2.2.1"} 16 16 "base" {>= "v0.13.0"} 17 17 "base64" {>= "3.0.0"}
+1 -1
packages/piece_rope/piece_rope.0.9.0/opam
··· 11 11 depends: [ 12 12 "ocaml" {>= "4.13.0"} 13 13 "dune" {>= "3.6"} 14 - "atdgen" {>= "2.11.0"} 14 + "atdgen" {>= "2.11.0" & < "2.16.0"} 15 15 "yojson" {>= "2.0.2"} 16 16 "alcotest" {>= "1.7.0"} 17 17 "odoc" {with-doc}
+1 -1
packages/piece_rope/piece_rope.0.9.1/opam
··· 11 11 depends: [ 12 12 "ocaml" {>= "4.13.0"} 13 13 "dune" {>= "3.6"} 14 - "atdgen" {>= "2.11.0"} 14 + "atdgen" {>= "2.11.0" & < "2.16.0"} 15 15 "yojson" {>= "2.0.2"} 16 16 "alcotest" {>= "1.7.0"} 17 17 "bisect_ppx" {>= "2.5.0"}
+1 -1
packages/sanddb/sanddb.0.2/opam
··· 27 27 ] 28 28 depends: [ 29 29 "dune" 30 - "atdgen" {>= "1.12.0"} 30 + "atdgen" {>= "1.12.0" & < "2.16.0"} 31 31 "lwt" {>= "3.3.0"} 32 32 "uuidm" {>= "0.9.6"} 33 33 "base" {>= "v0.11.0" & < "v0.17"}
+1 -1
packages/sanddb/sanddb.0.3.0/opam
··· 10 10 depends: [ 11 11 "ocaml" {>= "4.06.0"} 12 12 "dune" {>= "3.0"} 13 - "atdgen" 13 + "atdgen" {< "2.16.0"} 14 14 "base" {< "v0.17"} 15 15 "lwt" 16 16 "uuidm"
+1 -1
packages/slack/slack.0.1/opam
··· 11 11 12 12 depends: [ 13 13 "dune" {>= "3.4"} 14 - "atdgen" {> "2.0.0"} 14 + "atdgen" {> "2.0.0" & < "2.16.0"} 15 15 "atdgen-runtime" {> "2.0.0"} 16 16 "biniou" 17 17 "cstruct"
+1 -1
packages/spotify-web-api/spotify-web-api.0.2.1/opam
··· 6 6 bug-reports: "https://github.com/johnelse/ocaml-spotify-web-api/issues" 7 7 depends: [ 8 8 "dune" 9 - "atdgen" 9 + "atdgen" {< "2.16.0"} 10 10 "biniou" 11 11 "yojson" 12 12 "uri"